bnsreenu /
digitalsreeni-image-annotator
A python based GUI to annotate images and save annotations as COCO style JSON format.
Loading repository dataβ¦
ScriptKiddie-0 / repository
A Python-based GUI tool for ethical hacking and security testing. Features include website lookup, port scanning, password generation, brute-force guessing, encryption, hash cracking, and image modification. For educational use only. Misuse is strictly prohibited. π
A powerful cybersecurity tool built with Python and Tkinter, designed to perform various security-related tasks, including port scanning, website information lookup, password generation, password guessing, encryption, hash cracking, and image modification.
Clone the repository:
git clone https://github.com/ScriptKiddie-0/Cyber-Security-Utility-Tool.git
cd cybersecurity-tool
Install dependencies:
pip install -r requirements.txt
Run the tool(TO RUN THE TOOL- put all related files and codes in UtilityTool folder) :
cd UtilityTool
virtualenv env
. env/bin/activate
python fnlTK.py
Install missing dependencies with:
pip install pillow opencv-python requests
Setup python enviornment before running it
Feel free to contribute by submitting pull requests or reporting issues.
This tool is for educational and ethical purposes only. Misuse of this software is strictly prohibited.
Selected from shared topics, language and repository descriptionβnot editorial ratings.
bnsreenu /
A python based GUI to annotate images and save annotations as COCO style JSON format.
tum-lkn /
A lightweight Python-based Web-GUI for Linux traffic control (tc) to set, view and delete traffic shaping rules.
Megant88 /
Proof of concept of a full fledged external valorant cheat with a python based complex gui
hasnainshahidx /
A Python-based solver that finds, clicks, and solves Cloudflare Turnstile CAPTCHA using Selenium and Chrome DevTools Protocol (CDP) β supports both headless and GUI modes.
thisismy-github /
A Python-based media player with simple editing features using PyQt5 and FFmpeg, supporting GIFs and multiple players including VLC and (eventually) QMediaPlayer.
AdityaSec /
A Python based GUI for volatility. Made by keeping CTFs in focus. Basic memory forensics in Clicks.