mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 17:08:25 +00:00
Change README.md & fix some line in Hackingtool.py
This commit is contained in:
parent
7df27d8383
commit
6077e54a50
2 changed files with 4 additions and 4 deletions
|
|
@ -21,7 +21,7 @@
|
|||
- [x] Multitor Tools update
|
||||
- [X] Added Tool in wifijamming
|
||||
- [X] Added Tool in steganography
|
||||
|
||||
- [X] Added New UI
|
||||
|
||||
|
||||
# Hackingtool Menu 🧰
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue