Skip to content

binaryshield-in/hacking-tools-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BinaryShield - Tools & Scripts

@ created by sanjai

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.

🚀 Features

🛠️ Setup & Usage

  1. Clone or download the repository:

    git clone https://github.com/your-username/binaryshield-tools.git
  2. Open index.html in a browser, or serve the folder with a simple static server:

    • Python 3: python -m http.server 8000
    • Node (serve): npx serve .
  3. Browse to http://localhost:8000 (or the port you chose).

More details and credits: https://binaryshield.in

BinaryShield - Tools & Scripts

Free collection of cybersecurity tools and ethical hacking scripts.

Features

  • Responsive UI – Mobile-friendly grid layout.
  • Client-side search and filtering.
  • Download links for tools and scripts.
  • Social links and share actions per tool.

Setup & Local Preview

  1. Clone the repository:
git clone https://github.com/binaryshield-in/hacking-tools-scripts.git
cd hacking-tools-scripts
  1. Serve locally (examples):

Python 3:

python -m http.server 8000

Node (serve):

npx serve .
  1. Open your browser at http://localhost:8000.

Contributing

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.

License & Contact

See LICENSE for license details. For questions or contributions contact contact@binaryshield.in.

About

ethical hacking tools and scripts ,cybersecurity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors