bump to 3.0.5

This commit is contained in:
Somdev Sangwan
2018-11-17 23:47:33 +05:30
committed by GitHub
parent 0a053d351d
commit b6d28ddec5
3 changed files with 10 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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: