@ contact sanjai@binaryshield.in
This repository hosts the BinaryShield Tools & Scripts portal — a lightweight and responsive frontend for showcasing cybersecurity tools, scripts, and resources.
The project is designed using HTML, CSS, and JavaScript with no external dependencies beyond Google Fonts.
-
Clone or download the repository:
git clone https://github.com/your-username/binaryshield-tools.git
-
Open
index.htmlin a browser, or serve the folder with a simple static server:- Python 3:
python -m http.server 8000 - Node (serve):
npx serve .
- Python 3:
-
Browse to
http://localhost:8000(or the port you chose).
More details and credits: https://binaryshield.in
Free collection of cybersecurity tools and ethical hacking scripts.
- Responsive UI – Mobile-friendly grid layout.
- Client-side search and filtering.
- Download links for tools and scripts.
- Social links and share actions per tool.
- Clone the repository:
git clone https://github.com/binaryshield-in/hacking-tools-scripts.git
cd hacking-tools-scripts- Serve locally (examples):
Python 3:
python -m http.server 8000Node (serve):
npx serve .- Open your browser at
http://localhost:8000.
Add or update tools by editing index.html (duplicate a .tool-box/article.tool-box block). Keep filenames under scripts/ and ensure download attributes are correct for same-origin files.
See LICENSE for license details. For questions or contributions contact contact@binaryshield.in.