Categories
- Hardware (4)
- Linux (3)
- Misc (2)
- Programming (10)
- Reverse Engineering (2)
- Security (6)
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 buffer overflow cp2102 crackme Crawler ctf DDNS defense Digispark DIY enumeration Evil-AP IP resolution Joffrey KVM lan tap linux loopback metasploit MQTT nasm nodogsplash OpenWrt patch pe-file port-forwarding Python reconnaissance rj-45 security serial shellcode SLAE social engineering soldering SSH synergy Tools uart unicode
Programming Archive
-
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” […] -
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 […] -
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 […] -
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 […] -
SLAE: Bind TCP Shell – Assignment 1
Posted on 2017/12/12 | 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 shell_bind_tcp shellcode that binds to a […] -
Joffrey – Stupid MQTT Brute Forcer
Posted on 2017/07/27 | No CommentsIf you don’t know what the MQTT protocol is I suggest watching the lecture “DEFCON 24 – Light Weight Protocol: Critical Implications” by Lucas Lundgren. Joffrey is a wordlist based […] -
Googlesub – Google Subdomain Scraper
Posted on 2014/09/16 | No CommentsIn the early stages of doing reconnaissance it is likely that you do not wish to directly access a domain. This is where OSINT comes into play. I wrote a […] -
Wikigen – Wikipedia Wordlist Generator
Posted on 2014/06/02 | 1 CommentHaving a good wordlist (or several) is pretty important to speed up password cracking. Specially if you wish to merge or apply other masks to your attacks. Let’s say you […] -
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 […]