Skip to content

Commit

Permalink
bump to 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
s0md3v authored Nov 17, 2018
1 parent 0a053d3 commit b6d28dd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion core/config.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion xsstrike.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# Just a fancy ass banner
print('''%s
\tXSStrike %sv3.0.4
\tXSStrike %sv3.0.5
%s''' % (red, white, end))

try:
Expand Down

0 comments on commit b6d28dd

Please sign in to comment.