100 Red Team Projects – A Comprehensive Guide For Pentesters And Network Managers

Red Teaming is one of the most attractive fields in offensive security or ethical hacking. Every day professionals and students are learning, creating and exploiting all types of systems.

The internet is not only the most common means through which people interact and chat, but also a place where they are constantly exposed to a world where anyone can be monitored, exploited, tracked or scammed.

This is why us, programmers, take action; several of us continually try to protect this wonderful place while others, out of immaturity or shrewd interests, act in just the opposite direction.

If you’re interested in this field and want to join it, no matter your current level of knowledge, learning how to create your own tools will result in great advantage as a pentester.

So I put some thought into it and got the idea to create this project list aimed at anyone who is interested in learning “how to” not become the ultimate script kiddie.

Here I discriminate (based solely on my own experience) almost 100 types of projects that you should at least try to either implement or study.

I recommend you to do them on the programming language you are most comfortable with. Implementing these projects will definitely help you gain more experience and, consequently, master the language.

They are divided in categories, ranging from super basic to advanced projects.

If you enjoy this list please take the time to recommend it to a friend and follow me! I will be happy with that ๐Ÿ™‚

And remember: With great power comes… (we already know).

Level 1BasicExample
[0]TCP or UDP server just to receive messagesโœ”๏ธ
[1]TCP chat serverโœ”๏ธ
[2]UDP chat serverโœ”๏ธ
[3]Multi-threaded UDP or TCP chat serverโœ”๏ธ
[4]Server for file transfersโœ”๏ธ
[5]Caesar Cipher toolโœ”๏ธ
[6]TCP chat server -> The messages should be encoded with Caesar CipherโŒ
[7]ROT13 Cipherโœ”๏ธ
[8]UDP Chat server -> The messages should be encoded with ROT13 CipherโŒ
[9]Remote command executionโœ”๏ธ
[10]Recreate the Netcat toolโœ”๏ธ
Level 2EssentialExample
[11]Simple port scannerโœ”๏ธ
[12]Port scanner with OS fingerprint using TTL (Time To Live)โŒ
[13]Port scanner with port footprint (HTTP? DNS? FTP? IRC?)โŒ
[14]Simple Web Directory brute-forcer (Threaded)โœ”๏ธ
[15]Recursive Web Directory brute-forcer (Threaded peer recursion)โœ”๏ธ
[16]Web Login bruteforce toolโŒ
[17]FTP Login bruteforce toolโŒ
[18]SSH Login bruteforce toolโœ”๏ธ
[19]FTP User footprintโŒ
[20]MYSQL User footprintโŒ
[21]Simple Google Bot for web scanโŒ
[22]Auto website comment botโŒ
[23]Auto website message botโŒ
[24]Web-scrapping using RegexโŒ
[25]Bot to collect information about someone using Google / Bing / Yahoo!โœ”๏ธ
[26]Simple SQLi testerโŒ
[27]Simple XSS testerโŒ
[28]Simple WordPress brute-forcerโŒ
[29]SQLi database retrieverโŒ
[30]Spam creatorโŒ

For more information click here.