Pentest: Difference between revisions

From Braindump
Jump to navigation Jump to search
(Created page with " nmap -sC -sV -oN nmap/initial 10.0.0.1 gobuster -w /opt/DirBuster/directory-list -u https://10.0.0.1 sn1per -m web -t https://10.0.0.1 enum4linux.pl -a 10.0.0.1 hydra -l user -P /opt/rockyou.txt ssh://10.0.0.1 linpeas.sh ssh2john.py id_rsa | john - --wordlist=/rockyou.txt")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
  linpeas.sh
  linpeas.sh
  ssh2john.py id_rsa | john - --wordlist=/rockyou.txt
  ssh2john.py id_rsa | john - --wordlist=/rockyou.txt
https://github.com/projectdiscovery

Latest revision as of 07:50, 10 December 2024

nmap -sC -sV -oN nmap/initial 10.0.0.1
gobuster -w /opt/DirBuster/directory-list -u https://10.0.0.1
sn1per -m web -t https://10.0.0.1
enum4linux.pl -a 10.0.0.1
hydra -l user -P /opt/rockyou.txt ssh://10.0.0.1
linpeas.sh
ssh2john.py id_rsa | john - --wordlist=/rockyou.txt

https://github.com/projectdiscovery