Pinned Loading
-
lirantal/daloradius
lirantal/daloradius PublicdaloRADIUS is an advanced RADIUS web management application for managing hotspots and general-purpose ISP deployments. It features user management, graphical reporting, accounting, a billing engine…
-
-
nervium
nervium PublicForked from PaytmLabs/nerve
NERVIUM - Network Exploration, Reconnaissance, Vulnerability, Integrated Unit for continuous Monitoring
Python
-
LinEnum
LinEnum PublicForked from rebootuser/LinEnum
Scripted Local Linux Enumeration & Privilege Escalation Checks
-
A simple bash one-liner that, relyin...
A simple bash one-liner that, relying on nmap and snmpget, scans for available printers on a given network. The results are sent to standard output and saved in the /tmp directory. 1N="192.168.1.0/24" && \
2H=$(sudo nmap -sS -sU -T5 -PE -pU:524,631,8611-8614,T:515,524,631,8611-8614,9100 -oG - --open -n $N | grep "/open" | cut -d' ' -f2 | tr '\n' ' ') && \
3for p in $(sudo nmap -Pn -T5 -sU -p 161 -oG - --open -n $H | grep "/open" | cut -d' ' -f2); do \
4S=$((snmpget -v1 -Ov -cpublic -t0.5 $p .1.3.6.1.2.1.1.1.0 | sed 's/^STRING:\s\+//') 2> /dev/null); \
5if [ "$S" ]; then echo -e "$p\t: $S"; fi; \
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.