Topics | Description |
---|---|
CTF | Capture The Flag event writeups |
Hack The Box | Hack The Box machine and challnge writeups/walkthroughs. |
Try Hack Me | Try Hack Me related notes and scripts. |
GSS Internship | Some security training and research during the internship at GSS corp. |
Includes : Hitcon RE CTF
, DUCTF
, Patriot CTF
, CSAW CTF
, FAUST CTF
, HackTheBoo
, Fetch The Flag
, Huntress CTF
Hack The Box is an online platform allowing you to test your penetration testing skills and exchange ideas and methodologies with other members of similar interests.
Due to the TOS of Hack The Box,
Active machine writeups/walkthroughs are encrypted with passwords (not in rockyou.txt)
Includes : 50+
machines (Pending to setup a blog)
TryHackMe is an online platform to learn and practice ethical hacking.
Folder | Description |
---|---|
Learning Paths | Learning Paths include: Introduction to Defensive Security , JR. Penetration Tester , Offensive Security |
Rooms | Some practice and educational rooms other than learning paths |
This script will renew tryhackme's attacker machine automatically, then generate an one line ssh command to let users connect to the machine quickly.
cd thm
pip3 install -r requirements.txt
python3 thm.py
-D 1080
will open socks5 proxy for burp suite or proxychains to access labs, very useful!