Welcome to atomicgen.io, a simple tool designed to create Atomic Red Team tests with ease. This platform provides a user-friendly interface and customizable options to streamline security testing.
To get started with developing atomicgen.io, follow these steps:
git clone https://github.com/krdmnbrk/atomicgen.io.git
cd atomicgen.io
2. Install Dependencies:
npm install
3. Run the Project:
npm start
You can also set up atomicgen.io using Docker. Follow these steps:
docker build -t atomicgen.io .
2. Run the Docker Container:
docker run -d -p 8000:80 atomicgen.io
I welcome contributions from the community! Here’s how you can get involved:
I appreciate your contributions in making atomicgen.io better for everyone!
Pystinger is a Python-based tool that enables SOCKS4 proxying and port mapping through webshells. It…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
If you are working with Linux or writing bash scripts, one of the most common…
What is a bash case statement? A bash case statement is a way to control…
Why Do We Check Files in Bash? When writing a Bash script, you often work…