摘要: Finding the Right Module(mona) Mona Module Project website: https://github.com/corelan/mona 1. Download mona.py, and drop it into the 'OyCommands' fil 阅读全文
posted @ 2019-07-01 22:25 晨风_Eric 阅读(242) 评论(0) 推荐(0)
摘要: Finding Bad Characters 1. Find the bad charaters in the following website: https://bulbsecurity.com/finding-bad-characters-with-immunity-debugger-and- 阅读全文
posted @ 2019-06-30 19:27 晨风_Eric 阅读(306) 评论(0) 推荐(0)
摘要: Finding the Offset 1. Use the Metasploite pattern_create.rb tool to create 5900 characters. 2.Write the python test script. The shellcode is copied fr 阅读全文
posted @ 2019-06-26 23:30 晨风_Eric 阅读(1201) 评论(0) 推荐(0)
摘要: Introduction to Buffer Overflows Anatomy of Memory Anatomy of the Stack Fuzzing Tools: Vulnserver - https://github.com/stephenbradshaw/vulnserver Immu 阅读全文
posted @ 2019-06-23 22:37 晨风_Eric 阅读(433) 评论(0) 推荐(0)
摘要: Introduction to Netcat Connecting va Listening Bind Shells Attacker connects to victim on listening port Reverse Shells Victim connects to attacker on 阅读全文
posted @ 2019-06-23 18:15 晨风_Eric 阅读(162) 评论(0) 推荐(0)
摘要: DNS Enumeration 1. Host Tool host is a simple utility for performing DNS lookups. It is normally used to convert names to IP addresses and vice versa. 阅读全文
posted @ 2019-06-23 13:51 晨风_Eric 阅读(1081) 评论(0) 推荐(0)
摘要: SMB Enumeration 1. Set the smb configurations. Insert the global settings to the configuration file. 2. Enumerate the target computer and find some in 阅读全文
posted @ 2019-06-23 10:52 晨风_Eric 阅读(201) 评论(0) 推荐(0)
摘要: HTTP Enumeration Target Host IP: 10.0.0.20 Brute Forcing using DirBuster 1. Start the dirbuster and set the options. Note: 1. The wordlist can be foun 阅读全文
posted @ 2019-06-22 21:03 晨风_Eric 阅读(156) 评论(0) 推荐(0)
摘要: Installing Kioptrix: Level 1 Download the vm machine form https://www.vulnhub.com/entry/kioptrix-level-1-1,22/. In the Kali Linux: Find the devices in 阅读全文
posted @ 2019-06-22 19:08 晨风_Eric 阅读(314) 评论(0) 推荐(0)
摘要: Scanning with Metasploite: 1. Start the Metasploite using msfconsole 2. search modules 3.Choose one of the modules using command: use + module name 4. 阅读全文
posted @ 2019-06-22 11:30 晨风_Eric 阅读(192) 评论(0) 推荐(0)