Cyber security

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.

Tamil S

Tamil has a great interest in the fields of Cyber Security, OSINT, and CTF projects. Currently, he is deeply involved in researching and publishing various security tools with Kali Linux Tutorials, which is quite fascinating.

Recent Posts

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

2 weeks ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

3 weeks ago

Red Team Certification – A Comprehensive Guide To Advancing In Cybersecurity Operations

Embark on the journey of becoming a certified Red Team professional with our definitive guide.…

3 weeks ago

CVE-2024-5836 / CVE-2024-6778 : Chromium Sandbox Escape via Extension Exploits

This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…

3 weeks ago

Rust BOFs – Unlocking New Potentials In Cobalt Strike

This took me like 4 days (+2 days for an update), but I got it…

3 weeks ago

MaLDAPtive – Pioneering LDAP SearchFilter Parsing And Security Framework

MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…

3 weeks ago