Skip to content

A stateful, linearly scalable distrubuted system to stream kafka messages to clients over the internet through websockets

License

Notifications You must be signed in to change notification settings

StBlackwood/sere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SERE

SERE is a collection of solutions and write-ups for security-related challenges, covering various cybersecurity concepts such as reverse engineering, cryptography, binary exploitation, and web security.

⚠️ This project is discontinued publicly. It is further developed privately by an organization.

Table of Contents

About

This repository provides solutions and explanations for various security challenges. The challenges span multiple domains, including:

  • Reverse Engineering
  • Binary Exploitation
  • Web Security
  • Cryptography
  • Forensics

Each solution includes detailed explanations where necessary to enhance understanding.

Challenges

Challenges are organized into separate directories based on their categories. Each directory contains scripts, binaries, and/or documentation explaining the approach used to solve the challenge.

Setup

To run the solutions, ensure you have Python installed (preferably Python 3.8+). Additional dependencies can be installed using:

pip install -r requirements.txt

For binary exploitation challenges, tools like pwntools, gdb, and radare2 may be required.

Usage

To execute a solution, navigate to the respective category and run the script:

python challenge_name.py

For binary challenges, additional debugging or execution steps may be required, such as:

./exploit.sh

Architecture

Alt text

Contributing

Contributions are welcome! If you have alternative solutions or better explanations, feel free to submit a pull request.

License

This repository is licensed under the MIT License. See the LICENSE file for more details.

About

A stateful, linearly scalable distrubuted system to stream kafka messages to clients over the internet through websockets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published