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.

Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

Playwright-MCP : A Powerful Tool For Browser Automation

Playwright-MCP (Model Context Protocol) is a cutting-edge tool designed to bridge the gap between AI…

3 weeks ago

JBDev : A Tool For Jailbreak And TrollStore Development

JBDev is a specialized development tool designed to streamline the creation and debugging of jailbreak…

3 weeks ago

Kereva LLM Code Scanner : A Revolutionary Tool For Python Applications Using LLMs

The Kereva LLM Code Scanner is an innovative static analysis tool tailored for Python applications…

3 weeks ago

Nuclei-Templates-Labs : A Hands-On Security Testing Playground

Nuclei-Templates-Labs is a dynamic and comprehensive repository designed for security researchers, learners, and organizations to…

3 weeks ago

SSH-Stealer : The Stealthy Threat Of Advanced Credential Theft

SSH-Stealer and RunAs-Stealer are malicious tools designed to stealthily harvest SSH credentials, enabling attackers to…

3 weeks ago

ollvm-unflattener : A Tool For Reversing Control Flow Flattening In OLLVM

Control flow flattening is a common obfuscation technique used by OLLVM (Obfuscator-LLVM) to transform executable…

3 weeks ago