- 👋 Hi, I’m @lost-res
- 🔭 I’m currently working on some Networking stuffs.
- 👀 I’m interested in Gaining Knowledge.
- 🌱 I’m currently learning ... guess.
- 💞️ I’m looking to collaborate on Anything.
- 📫 How to reach me ..(Well, u have already reached).
🎯
Focusing
Pinned Loading
-
captive_portal
captive_portal PublicBasic Captive Portal, redirects to single webpage on connecting to created Access Point.
Shell 1
-
-
Easy chroot script
Easy chroot script 1#!/bin/bash
2# Usage --> sudo ./chroot.sh 'chroot location'
3echo $1
4for i in dev proc sys dev/pts home
5do
-
Share Network Between Two Interfaces...
Share Network Between Two Interfaces (IPv4) 1#!/bin/bash
23# for IPv4
4# share network from interface "wlp0s20f3" to interface "enp60s0"
5# WAN -> wlp0s20f3 LAN -> enp60s0
-
wifi_to_ethernet_internet_share
wifi_to_ethernet_internet_share 1#!/bin/bash
23#for IPv4
4#share network from interface "wlp0s20f3" to interface "enp60s0"
5#change interface name accordingly
-
log any request parameter given to r...
log any request parameter given to req_logger.php 1<?php
23class DumpHTTPRequestToFile {
45public function execute($targetFile) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.