bump to 3.0.5
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
### 3.0.5
|
||||
|
||||
- Fixed a bug in HTML Parser
|
||||
- Ability to add urls from file
|
||||
- More modular structure
|
||||
- Show parameter name while bruteforcing
|
||||
- Fix payload display while using POST method
|
||||
|
||||
### 3.0.4
|
||||
|
||||
- Fixed a bug in bruteforcer
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
changes = '''fixed a bug while handling script context in XSStrike 3.0.4'''
|
||||
changes = '''ability to load seeds from file;show parameter name while bruteforcing;fixed payload display while using POST method'''
|
||||
|
||||
defaultEditor = 'nano'
|
||||
blindPayload = '' # your blind XSS payload
|
||||
|
||||
@@ -22,7 +22,7 @@ from modes.singleFuzz import singleFuzz
|
||||
|
||||
# Just a fancy ass banner
|
||||
print('''%s
|
||||
\tXSStrike %sv3.0.4
|
||||
\tXSStrike %sv3.0.5
|
||||
%s''' % (red, white, end))
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user