Skip to content

Repository files navigation

🌐 Penetration Testing Kit

Go Version License PRs

Infrastructure tool by AetherCodeHQ

infrastructure devops cli golang


What is Penetration-Testing-Kit?

Penetration-Testing-Kit is an infrastructure tool for monitoring, inspecting, and managing systems and services.

Features

  • ✅ Network operations
  • 🚀 Zero dependencies — only Go standard library
  • 📦 Single binary — compile and run anywhere
  • 🔄 Offline capable — no internet required

Installation

# Clone
git clone https://github.com/AetherCodeHQ/Penetration-Testing-Kit.git
cd Penetration-Testing-Kit

# Build
go build -o penetration-testing-kit .

# Run
./penetration-testing-kit <mode> [args]

Or directly with go run:

go run main.go <mode> [args]

Usage

# Basic usage
./penetration-testing-kit <mode> [args]

# With flags
./penetration-testing-kit <mode> [args] value <mode> [args]

Example Output

$ ./penetration-testing-kit <mode> [args]
<mode> [args]
modes: wordlist <file> | brute <host> | recon <host>
wordlist: %d unique entries\n

Project Structure

Penetration-Testing-Kit/
  main.go          # Entry point (59 lines)
  go.mod            # Go module definition
  go.sum            # Dependency checksums
  README.md         # This file
  LICENSE           # MIT License
  CHANGELOG.md      # Version history

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

MIT License - see LICENSE for details.


Built with ❤️ by AetherCodeHQ

About

Penetration-Testing-Kit - Open source tool by Qyroxen

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages