├── .gitattributes ├── .gitignore ├── CHANGELOG.md ├── README.md ├── Sn1per-logo.jpg ├── Sn1per-v1.5-report ├── TODO.md ├── bin ├── clamav-exec.nse ├── dnsdict6 ├── fingertool.sh ├── iis-buffer-overflow.nse ├── inurlbr.php ├── samrdump.py └── snmpbrute.py ├── install.sh ├── loot └── README.md └── sniper /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The404Hacking/Sn1per/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The404Hacking/Sn1per/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The404Hacking/Sn1per/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The404Hacking/Sn1per/HEAD/README.md -------------------------------------------------------------------------------- /Sn1per-logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The404Hacking/Sn1per/HEAD/Sn1per-logo.jpg -------------------------------------------------------------------------------- /Sn1per-v1.5-report: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The404Hacking/Sn1per/HEAD/Sn1per-v1.5-report -------------------------------------------------------------------------------- /TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The404Hacking/Sn1per/HEAD/TODO.md -------------------------------------------------------------------------------- /bin/clamav-exec.nse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The404Hacking/Sn1per/HEAD/bin/clamav-exec.nse -------------------------------------------------------------------------------- /bin/dnsdict6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The404Hacking/Sn1per/HEAD/bin/dnsdict6 -------------------------------------------------------------------------------- /bin/fingertool.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The404Hacking/Sn1per/HEAD/bin/fingertool.sh -------------------------------------------------------------------------------- /bin/iis-buffer-overflow.nse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The404Hacking/Sn1per/HEAD/bin/iis-buffer-overflow.nse -------------------------------------------------------------------------------- /bin/inurlbr.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The404Hacking/Sn1per/HEAD/bin/inurlbr.php -------------------------------------------------------------------------------- /bin/samrdump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The404Hacking/Sn1per/HEAD/bin/samrdump.py -------------------------------------------------------------------------------- /bin/snmpbrute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The404Hacking/Sn1per/HEAD/bin/snmpbrute.py -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The404Hacking/Sn1per/HEAD/install.sh -------------------------------------------------------------------------------- /loot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The404Hacking/Sn1per/HEAD/loot/README.md -------------------------------------------------------------------------------- /sniper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The404Hacking/Sn1per/HEAD/sniper --------------------------------------------------------------------------------