Commit Graph

60 Commits

Author SHA1 Message Date
Somdev Sangwan
538ecea109 Add files via upload 2019-04-08 13:48:44 +05:30
Somdev Sangwan
16ae8cae68 updated version number 2019-04-06 21:55:16 +05:30
Somdev Sangwan
d7f2a1bbf1 Add files via upload 2019-04-06 20:45:10 +05:30
Somdev Sangwan
a3ae92d245 Update xsstrike.py 2019-01-22 05:04:26 +05:30
Somdev Sangwan
98c6b347b4 Logging functionality (#193)
* Add files via upload

* Add files via upload

* Logging functionality (Resolves #146)

* Created customized logger and setup file

* Start replacing prints

* Custom StreamHandler to allow '\r' as line terminator and updated more prints

* Remove setup.py

* Logger functionality to write red lines and records without format

* Possibility to set logging level when logging without format and usage of debug level instead of verboseOutput

* Replace utils logger function calls

* Fixes

* Import missing info color

* Move xsstrike.py imports to properly initialize loggers and add logger method to debug data using json

* Minor fix
2019-01-21 04:57:55 +05:30
Somdev Sangwan
bf443ab0f7 v3.1.2 2018-12-31 04:35:38 +05:30
Somdev Sangwan
68e70071d2 automatic installation of fuzzywuzzy 2018-12-29 02:18:53 +05:30
Ahmed Khaled
2418ae0b65 Ability to add request headers directly from command line without any need to open any external text editor 2018-12-20 02:59:43 +02:00
Somdev Sangwan
dc99c1582f oh boy 2018-11-23 22:32:59 +05:30
Somdev Sangwan
cb399a5ca6 Restore python version alert 2018-11-23 22:30:35 +05:30
Somdev Sangwan
1aa9f56571 URL rewriting support 2018-11-22 13:43:25 +05:30
Somdev Sangwan
e3749d8fe6 added --json option 2018-11-22 01:47:27 +05:30
Somdev Sangwan
29ac49d692 bump to 3.1.1 2018-11-21 20:33:35 +05:30
Somdev Sangwan
2a70e5bdf1 v3.1.0
- browser engine integration for zero false positives
- coverage of event handler context
- bug fixes
2018-11-21 19:20:10 +05:30
Stefan Hagen
5f807800c6 optimized utilities 2018-11-19 03:16:31 +05:30
Somdev Sangwan
b6d28ddec5 bump to 3.0.5 2018-11-17 23:47:33 +05:30
Somdev Sangwan
0a053d351d use urls from a file as seeds (Resolves #135) 2018-11-17 23:17:50 +05:30
Somdev Sangwan
b9bf006e2c More Modular Structure, Fixes #13 2018-11-17 22:43:09 +05:30
Somdev Sangwan
5fe6577f45 Fixes #132 2018-11-17 00:44:25 +05:30
Somdev Sangwan
d27eef116f Documentation and pep8 compilance 2018-11-16 21:13:45 +05:30
Somdev Sangwan
260e84006d Changed version number in banner 2018-11-16 01:34:06 +05:30
Somdev Sangwan
614e47276c Fixed HTML comment context handling + Refactor 2018-11-15 15:41:01 +05:30
Somdev Sangwan
60ec370775 restore python version warning 2018-11-15 15:15:29 +05:30
Stefan Hagen
15bc638708 Clearer argument handling, pep8, import order, less unused vars (#123)
* Proposal for less redundant argument handling, autopep8, sorted imports, etc.
* dest labels in sync with local target vars and safe names
* only one special handling before transfer of values to local vars (headers prompt)
* some initial comments - there was a quest for help on documentation ;-)
* few oneliners from if else variable setters
* left the simple script style as is (might be a preference for author and users)
* Adapted code for static checks and removed unused mports sys and requests, many unused  variables remain
2018-11-15 15:07:38 +05:30
Somdev Sangwan
a63218929d Added progress bar for bruteforcer 2018-11-15 13:43:07 +05:30
Somdev Sangwan
f63687531d Fixes #125 (UnicodeDecodeError) 2018-11-15 13:30:32 +05:30
Somdev Sangwan
0491c18ebe Add files via upload 2018-11-14 23:53:18 +05:30
Somdev Sangwan
f681441112 warn user when no parameters are supplied (#119) 2018-11-14 15:48:42 +05:30
Somdev Sangwan
b490ab26b9 Proxy Support (Resolves #55) 2018-11-14 10:50:22 +05:30
Somdev Sangwan
bdda8c5cac Blind XSS Support 2018-11-13 22:28:09 +05:30
Somdev Sangwan
7adc5d015b changed version number in banner 2018-11-13 17:11:16 +05:30
Somdev Sangwan
65abbd265f Ability to encode payloads, Fixed a bug in bruteforcer 2018-11-13 16:47:00 +05:30
Somdev Sangwan
bbf9201356 Verbose switch, Fixes #71, Fixes #93 2018-11-13 12:43:47 +05:30
Somdev Sangwan
3f02e9329a ability to load payloads from file 2018-11-12 21:09:51 +05:30
Somdev Sangwan
7a5cce42c7 Update xsstrike.py 2018-11-12 14:40:31 +05:30
Somdev Sangwan
fddfa0fa53 Update xsstrike.py 2018-11-12 13:03:04 +05:30
Somdev Sangwan
0e939e4557 Update xsstrike.py 2018-11-12 12:58:56 +05:30
Somdev Sangwan
68e1373bcc Update xsstrike.py 2018-11-12 12:51:25 +05:30
Somdev Sangwan
b92a7d3509 Fixes #97 2018-11-12 12:39:46 +05:30
Jon Stevens
073390e532 fix: spelling mistake 2018-11-12 13:04:20 +07:00
Somdev Sangwan
fab0f3cb44 Added --skip option 2018-11-11 19:28:26 +05:30
Somdev Sangwan
8f479325fc fix update mechanism 2018-11-11 15:16:27 +05:30
Somdev Sangwan
baf7a6544d update changes 2018-11-11 15:06:58 +05:30
Somdev Sangwan
773dd7cae9 Add files via upload 2018-11-11 14:56:19 +05:30
Somdev Sangwan
ce4bfad386 fix poc generation 2018-11-10 23:36:15 +05:30
Somdev Sangwan
0928856ab3 removed "beta" from banner 2018-11-10 18:53:58 +05:30
Somdev Sangwan
bff5e54b4c stable release 2018-11-10 17:33:48 +05:30
Somdev Sangwan
a9e4454d01 Fixes #79, Fixes 80, Fixes #81 2018-11-03 22:49:40 +05:30
Somdev Sangwan
79e2eb23f9 not sure how that happened, skipDOM1 -> skipDOM 2018-10-31 13:10:36 +05:30
Somdev Sangwan
a08c34a64a fixed a typo, url -> domURL 2018-10-31 13:02:36 +05:30