Categories
- Hardware (4)
- Linux (3)
- Misc (3)
- Programming (11)
- Reverse Engineering (2)
- Security (8)
Recent Posts
-
SLAE: “Polymorphic” – Assignment 6
Posted on 2018/01/04 | No CommentsThis blog post has been created for completing the requirements of the SecurityTube Linux Assembly Expert certification: http://securitytube-training.com/online-courses/securitytube-linux-assembly-expert/ Student ID: SLAE-1046 Assignment: Take 3 shellcodes from shell-storm and create “polymorphic” […]
Read More -
SLAE: Msfpayload (msfvenom) Shellcode Analysis – Assignment 5
Posted on 2018/01/03 | No CommentsThis blog post has been created for completing the requirements of the SecurityTube Linux Assembly Expert certification: http://securitytube-training.com/online-courses/securitytube-linux-assembly-expert/ Student ID: SLAE-1046 Assignment: Create three Linux x86 shellcode samples with msfpayload […]
Read More -
SLAE: Custom Encoder – Assignment 4
Posted on 2018/01/02 | No CommentsThis blog post has been created for completing the requirements of the SecurityTube Linux Assembly Expert certification: http://securitytube-training.com/online-courses/securitytube-linux-assembly-expert/ Student ID: SLAE-1046 Assignment: Create a custom encoding scheme like the “insertion […]
Read More -
SLAE: Egg Hunter – Assignment 3
Posted on 2017/12/19 | No CommentsThis blog post has been created for completing the requirements of the SecurityTube Linux Assembly Expert certification: http://securitytube-training.com/online-courses/securitytube-linux-assembly-expert/ Student ID: SLAE-1046 Assignment: Study the Egg Hunter shellcode. Create a working […]
Read More -
SLAE: Reverse TCP Shell – Assignment 2
Posted on 2017/12/15 | 3 CommentsThis blog post has been created for completing the requirements of the SecurityTube Linux Assembly Expert certification: http://securitytube-training.com/online-courses/securitytube-linux-assembly-expert/ Student ID: SLAE-1046 Assignment: Create a shell_reverse_tcp shellcode that connects to an […]
Read More
-
Tags
aide archassault boot2root buffer overflow cp2102 crackme Crash Crawler ctf DDNS defense Digispark DIY DoS enumeration Evil-AP IP resolution kali KVM lan tap linux loopback nasm nodogsplash OpenWrt oscp patch pe-file port-forwarding pwk Python reconnaissance rj-45 security serial shellcode Skype SLAE social engineering soldering SSH synergy Tools uart unicode
Programming Archive
-
recon.py – Basic enumeration of domains and IP addresses
Posted on 2014/05/07 | No CommentsOne of the first steps in almost every security audit is reconnaissance and enumeration. Tools like nslookup, dig and of course nmap are essential in this phase to map out […]