Skip to content

Commit a049666

Browse files
committed
Imrovements to the python file handling feature
1 parent 4b63bd6 commit a049666

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/banner1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def banner1():
2323
sleep(0.2)
2424
print B+'[---] [---]'
2525
sleep(0.2)
26-
print B+'[---] \033[1;35m5 Phases | \033[1;31m14 Sub-Phases | \033[1;37m97 Modules \033[1;34m[---]'
26+
print B+'[---] \033[1;35m5 Phases | \033[1;31m14 Sub-Phases | \033[1;37m98 Modules \033[1;34m[---]'
2727
sleep(0.2)
2828
print ''
2929
print B+' Welcome to '+C+'The TIDoS Framework (TTF)'

core/dispmenu.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ def dispmenu():
3838
time.sleep(0.1)
3939
print B+' [2] \033[1;36mScanning & Enumeration'+W+' (14 modules)'
4040
time.sleep(0.1)
41-
print B+' [3] \033[1;36mVulnerability Analysis'+W+' (36 modules)'
41+
print B+' [3] \033[1;36mVulnerability Analysis'+W+' (35 modules)'
4242
time.sleep(0.1)
4343
print B+' [4] \033[1;36mExploitation (beta)'+W+' (only 1)'
4444
time.sleep(0.1)
45-
print B+' [5] \033[1;36mAuxillary Modules'+W+' (4 modules)\n'
45+
print B+' [5] \033[1;36mAuxillary Modules'+W+' (3 modules)\n'
4646
time.sleep(0.1)
4747
print B+' [99] \033[1;36mSay "alvida"! (Exit TIDoS)\n'
4848
time.sleep(0.1)

0 commit comments

Comments
 (0)