├── dshashes.py ├── eapmd5crack.py ├── getmarvininfo.sh ├── getout.py ├── gxfr.py ├── leet.py ├── pagefinder.py ├── rce.py ├── recon-ng.py ├── windows └── vssown.vbs └── wireless ├── cleanup.sh ├── mitm_ethernet.sh ├── mitm_fakeap.sh ├── probes.py ├── sniff.sh ├── wireless_fix.sh └── wireless_patch.sh /dshashes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanmaster53/ptscripts/HEAD/dshashes.py -------------------------------------------------------------------------------- /eapmd5crack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanmaster53/ptscripts/HEAD/eapmd5crack.py -------------------------------------------------------------------------------- /getmarvininfo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanmaster53/ptscripts/HEAD/getmarvininfo.sh -------------------------------------------------------------------------------- /getout.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanmaster53/ptscripts/HEAD/getout.py -------------------------------------------------------------------------------- /gxfr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanmaster53/ptscripts/HEAD/gxfr.py -------------------------------------------------------------------------------- /leet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanmaster53/ptscripts/HEAD/leet.py -------------------------------------------------------------------------------- /pagefinder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanmaster53/ptscripts/HEAD/pagefinder.py -------------------------------------------------------------------------------- /rce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanmaster53/ptscripts/HEAD/rce.py -------------------------------------------------------------------------------- /recon-ng.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanmaster53/ptscripts/HEAD/recon-ng.py -------------------------------------------------------------------------------- /windows/vssown.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanmaster53/ptscripts/HEAD/windows/vssown.vbs -------------------------------------------------------------------------------- /wireless/cleanup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanmaster53/ptscripts/HEAD/wireless/cleanup.sh -------------------------------------------------------------------------------- /wireless/mitm_ethernet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanmaster53/ptscripts/HEAD/wireless/mitm_ethernet.sh -------------------------------------------------------------------------------- /wireless/mitm_fakeap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanmaster53/ptscripts/HEAD/wireless/mitm_fakeap.sh -------------------------------------------------------------------------------- /wireless/probes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanmaster53/ptscripts/HEAD/wireless/probes.py -------------------------------------------------------------------------------- /wireless/sniff.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanmaster53/ptscripts/HEAD/wireless/sniff.sh -------------------------------------------------------------------------------- /wireless/wireless_fix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanmaster53/ptscripts/HEAD/wireless/wireless_fix.sh -------------------------------------------------------------------------------- /wireless/wireless_patch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanmaster53/ptscripts/HEAD/wireless/wireless_patch.sh --------------------------------------------------------------------------------