gitextract_f6pnax8e/ ├── LICENSE ├── README.md ├── cheat-sheet.md ├── ine-labs/ │ ├── arp-poisoning/ │ │ ├── alive_hosts.txt │ │ └── nmap_scan.txt │ ├── black-box1/ │ │ ├── alive_hosts.txt │ │ ├── dot101_DONE/ │ │ │ ├── README.md │ │ │ ├── default-passwords.txt │ │ │ ├── default-users.txt │ │ │ └── passwd │ │ ├── dot140_done/ │ │ │ ├── dirb_scan2.txt │ │ │ ├── sdadas.txt │ │ │ └── test1.txt │ │ ├── dot199/ │ │ │ ├── enum4linux.txt │ │ │ └── nmap_scan.txt │ │ ├── id_rsa.pub │ │ ├── initial_nmap_scan.txt │ │ ├── possible-usernames.txt │ │ └── thorough_nmap_scan.txt │ ├── black-box2/ │ │ ├── alive_hosts.txt │ │ ├── dot166_DONE/ │ │ │ ├── dirb_scan.txt │ │ │ ├── for_hydra.txt │ │ │ └── names.txt │ │ ├── dot81_DONE/ │ │ │ ├── dirb_scan.txt │ │ │ └── users.bak │ │ ├── dot91/ │ │ │ ├── dirb_scan.txt │ │ │ ├── gobuster_foocorp_scan.txt │ │ │ ├── gobuster_foocorp_scan2.txt │ │ │ ├── gobuster_scan.txt │ │ │ ├── myapp.html │ │ │ └── php-reverse-shell.php │ │ ├── dot92_DONE/ │ │ │ ├── dirb_scan.txt │ │ │ └── user-hashes.txt │ │ └── thorough_nmap_scan.txt │ ├── black-box3/ │ │ ├── alive_hosts.txt │ │ ├── dot220/ │ │ │ └── gobuster_scan.txt │ │ ├── dot234/ │ │ │ ├── for_john.txt │ │ │ ├── gobuster_scan.txt │ │ │ ├── index.php │ │ │ ├── revshell.php │ │ │ └── scan_xyz.txt │ │ └── thorough_nmap_scan.txt │ ├── bruteforce-and-password-cracking/ │ │ ├── alive_hosts.txt │ │ ├── for_john.txt │ │ ├── nmap_scan.txt │ │ ├── passwd │ │ └── shadow │ ├── dirbuster/ │ │ ├── alive_hosts.txt │ │ └── nmap_scan.txt │ ├── exploit-based-cpp/ │ │ ├── exploit.cpp │ │ └── keylogger.cpp │ ├── metasploit/ │ │ ├── README.md │ │ ├── hashdump.txt │ │ └── nmap_scan.txt │ ├── nessus/ │ │ └── nmap_scan.txt │ ├── null-session/ │ │ ├── Congratulations.txt │ │ ├── alive_hosts.txt │ │ ├── enum4linux_scan.txt │ │ └── nmap_scan.txt │ ├── practice/ │ │ ├── hello.php │ │ ├── index.html │ │ ├── my-ls.sh │ │ ├── script.sh │ │ ├── sequences.sh │ │ └── shell.php │ ├── python-assisted-exploitation/ │ │ └── brute-forcer.py │ └── scanning-and-os-fingerprinting/ │ ├── fping_scan.txt │ ├── nmap_ping_scan.txt │ ├── nmap_syn_scan.txt │ └── nmap_version_and_os.txt └── scripts/ └── eEnum.sh