Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- [x] Multitor Tools update
- [X] Added Tool in wifijamming
- [X] Added Tool in steganography

- [X] Added New UI


# Hackingtool Menu 🧰
Expand Down
6 changes: 3 additions & 3 deletions hackingtool.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -105,7 +105,7 @@ def show_info(self):
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(
Expand Down
Loading