File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def webbugsban():
53
53
time .sleep (0.1 )
54
54
print O + ' [11]' + GR + ' Spoofable Emails ' + W + '(Missing SPF & DMARC Records) '
55
55
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) '
57
57
time .sleep (0.1 )
58
58
print O + ' [13]' + GR + ' Cookie Injection ' + W + '(Session Fixation)\n '
59
59
time .sleep (0.1 )
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ def serbugsban():
50
50
time .sleep (0.1 )
51
51
print B + ' [8]' + C + ' LDAP Entity Injection ' + W + '(Error Enumeration)'
52
52
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 )'
54
54
time .sleep (0.1 )
55
55
print B + ' [10]' + C + ' HTTP Response Splitting ' + W + '(CRLF Injection)'
56
56
time .sleep (0.1 )
You can’t perform that action at this time.
0 commit comments