Change README.md & fix some line in Hackingtool.py

This commit is contained in:
Modark 2025-10-19 16:05:05 -04:00
parent 7df27d8383
commit 6077e54a50
2 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@
- [x] Multitor Tools update
- [X] Added Tool in wifijamming
- [X] Added Tool in steganography
- [X] Added New UI
# Hackingtool Menu 🧰

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Version 1.1.0 (rich UI - purple theme)
#!/usr/bin/enhttps://github.com/MoDarK-MK/hackingtool-1 python3
# Version 1.2.0 (rich UI - purple theme)
import os
import sys
import webbrowser
@ -105,7 +105,7 @@ class AllTools(HackingToolsCollection):
footer = Text.assemble(
(" https://github.com/Z4nzu/hackingtool ", "bold bright_black"),
(" | ",),
("Version 1.1.0", "bold green"),
("Version 1.2.0", "bold green"),
)
warning = Text(" Please Don't Use For illegal Activity ", style="bold red")
panel = Panel(