Skip to content

Repository files navigation

>_ OffSecKit

Free, browser-based offensive security toolkit for pentesters, red teamers, and bug bounty hunters.

https://offseckit.com

Every tool runs 100% client-side — no data leaves your browser. No accounts, no tracking, no BS.

Tools

ToolWebCLI
Reverse Shell GeneratorUse itosk revshell
Encoding/Decoding Multi-ToolUse itosk encode
Hash Identifier & GeneratorUse itosk hash
JWT Decoder & AnalyzerUse itosk jwt
Nmap Command BuilderUse itosk nmap
XSS Payload GeneratorUse itosk xss
SQL Injection Payload GeneratorUse itosk sqli
HTTP Header Security AnalyzerUse itosk headers
CVSS CalculatorUse itosk cvss
Subnet/CIDR CalculatorUse itosk subnet
CLI Output FormatterUse itosk format
Wordlist / Password Mutation GeneratorUse itosk wordlist
Chmod / Linux Permissions CalculatorUse itosk chmod

CLI

All tools are available via osk, our unified CLI toolkit:

pip install offseckit
osk revshell -i 10.10.10.10 -l python
osk encode -o base64-encode "Hello World"
osk hash id 5d41402abc4b2a76b9719d911017c592
osk jwt decode eyJhbGciOiJIUzI1NiIs...
osk nmap build -t 10.10.10.0/24 --syn --top-ports 1000
osk xss gen --context html-attr --action alert
osk sqli gen -d mysql -t union -c 3
curl -sI https://example.com | osk headers analyze

See offseckit/osk for full documentation.

Development

git clone https://github.com/offseckit/offseckit.com.git
cd offseckit.com
npm install
npm run dev

Open http://localhost:3000.

Tech Stack

  • Framework: Next.js (App Router, static export)
  • Language: TypeScript
  • Styling: Tailwind CSS
  • Theme: Dracula-inspired dark UI

Contributing

Found a bug? Missing a feature? PRs welcome.

License

MIT

About

Free, browser-based offensive security toolkit. 100% client-side.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages