├── .gitignore ├── Kass Prentice ├── README.md ├── hunner.py ├── modules ├── banner.py ├── dos.py ├── ftp.py ├── hun_listener.py ├── mail.py ├── password │ └── password_list.txt └── ssh.py └── pswrdtermux /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pentaloni/ps-github.com-LOoLzeC-DarkSploit-n/HEAD/.gitignore -------------------------------------------------------------------------------- /Kass Prentice: -------------------------------------------------------------------------------- 1 | martin 2 | kiara 3 | rae 4 | 8604 5 | 1378 6 | 1978 7 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pentaloni/ps-github.com-LOoLzeC-DarkSploit-n/HEAD/README.md -------------------------------------------------------------------------------- /hunner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pentaloni/ps-github.com-LOoLzeC-DarkSploit-n/HEAD/hunner.py -------------------------------------------------------------------------------- /modules/banner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pentaloni/ps-github.com-LOoLzeC-DarkSploit-n/HEAD/modules/banner.py -------------------------------------------------------------------------------- /modules/dos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pentaloni/ps-github.com-LOoLzeC-DarkSploit-n/HEAD/modules/dos.py -------------------------------------------------------------------------------- /modules/ftp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pentaloni/ps-github.com-LOoLzeC-DarkSploit-n/HEAD/modules/ftp.py -------------------------------------------------------------------------------- /modules/hun_listener.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pentaloni/ps-github.com-LOoLzeC-DarkSploit-n/HEAD/modules/hun_listener.py -------------------------------------------------------------------------------- /modules/mail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pentaloni/ps-github.com-LOoLzeC-DarkSploit-n/HEAD/modules/mail.py -------------------------------------------------------------------------------- /modules/password/password_list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pentaloni/ps-github.com-LOoLzeC-DarkSploit-n/HEAD/modules/password/password_list.txt -------------------------------------------------------------------------------- /modules/ssh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pentaloni/ps-github.com-LOoLzeC-DarkSploit-n/HEAD/modules/ssh.py -------------------------------------------------------------------------------- /pswrdtermux: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pentaloni/ps-github.com-LOoLzeC-DarkSploit-n/HEAD/pswrdtermux --------------------------------------------------------------------------------