Skip to content

Commit 79e2bf1

Browse files
author
h4ppym4n14c
committed
Added a cool looking tool banner
1 parent 59b5d8b commit 79e2bf1

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

p4p-toolkit.py

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ def directory_enumerate(self):
3434

3535
def download_file(self):
3636
pass
37-
37+
3838
class Networkattacks:
3939

4040
def __init__(self):
4141
pass
4242

4343
def port_scan(self):
4444
pass
45-
45+
4646
class Passwordattacks:
4747

4848
def __init__(self):
@@ -53,37 +53,35 @@ def hash_crack(self):
5353

5454
def ssh_brute_force(self):
5555
pass
56-
56+
5757
class Exfiltration:
5858

5959
def __init__(self):
6060
pass
6161

6262
def key_log(self):
6363
pass
64-
64+
6565
class p4p_menu:
6666

6767
def __init__(self):
6868
pass
6969

7070
def user_menu(self):
7171
pass
72-
7372

7473
def main():
7574

7675
try:
77-
76+
banner(" P4P-Toolkit ")
77+
7878
load_menu = p4p_menu()
7979
load_menu.user_menu()
80-
81-
except KeyboardInterrupt:
82-
80+
81+
except KeyboardInterrupt:
8382
sys.exit()
84-
83+
8584
except Exception as e:
86-
8785
print(e)
8886
sys.exit()
8987

0 commit comments

Comments
 (0)