Skip to content

Commit 2040d95

Browse files
committed
Added small code implications
1 parent 1b4d7e0 commit 2040d95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/Vulnlysis/Misc_Bugs/webbugsban.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def webbugsban():
5353
time.sleep(0.1)
5454
print O+' [11]'+GR+' Spoofable Emails '+W+'(Missing SPF & DMARC Records) '
5555
time.sleep(0.1)
56-
print O+' [12]'+GR+' Host Header Injection '+W+'(Port Based)\n '
56+
print O+' [12]'+GR+' Host Header Injection '+W+'(Port Based) '
5757
time.sleep(0.1)
5858
print O+' [13]'+GR+' Cookie Injection '+W+'(Session Fixation)\n '
5959
time.sleep(0.1)

core/Vulnlysis/Serio_Bugs/serbugsban.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def serbugsban():
5050
time.sleep(0.1)
5151
print B+' [8]'+C+' LDAP Entity Injection '+W+'(Error Enumeration)'
5252
time.sleep(0.1)
53-
print B+' [9]'+C+' HTML Code Injection '+W+'(Handcoded Payloads)'
53+
print B+' [9]'+C+' HTML Code Injection '+W+'(Tag Based)'
5454
time.sleep(0.1)
5555
print B+' [10]'+C+' HTTP Response Splitting '+W+'(CRLF Injection)'
5656
time.sleep(0.1)

0 commit comments

Comments
 (0)