20 Commits

Author SHA1 Message Date
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
1aa9f56571 URL rewriting support 2018-11-22 13:43:25 +05:30
Stefan Hagen
5f807800c6 optimized utilities 2018-11-19 03:16:31 +05:30
Somdev Sangwan
d27eef116f Documentation and pep8 compilance 2018-11-16 21:13:45 +05:30
Somdev Sangwan
614e47276c Fixed HTML comment context handling + Refactor 2018-11-15 15:41:01 +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
0491c18ebe Add files via upload 2018-11-14 23:53:18 +05:30
Somdev Sangwan
65abbd265f Ability to encode payloads, Fixed a bug in bruteforcer 2018-11-13 16:47:00 +05:30
Somdev Sangwan
bff5e54b4c stable release 2018-11-10 17:33:48 +05:30
Somdev Sangwan
0717338444 added missing import 2018-10-27 20:00:29 +05:30
Somdev Sangwan
0d3f25bbee Add files via upload 2018-10-27 18:58:52 +05:30
Somdev Sangwan
2ee305cc7c Delete fuzzer.py 2018-10-27 18:55:42 +05:30
Somdev Sangwan
dd992e6f27 fucked up 2018-10-20 22:24:56 +05:30
Somdev Sangwan
ed0ae4132f Add files via upload 2018-10-20 22:21:15 +05:30
Somdev Sangwan
5126aa10e6 Add files via upload 2018-06-28 16:27:18 +05:30
Somdev Sangwan
6d36c0bf74 Cookie Support [Fixes #47] 2018-06-25 14:08:57 +05:30
Somdev Sangwan
73c6931cc8 Add files via upload 2018-06-15 16:55:31 +05:30
Somdev Sangwan
87c0231821 breaking the loop is a better approach 2018-06-15 01:20:20 +05:30
Somdev Sangwan
30354a4986 Exit if the IP address gets blocked 2018-06-15 01:18:44 +05:30
Somdev Sangwan
eee460f797 Add files via upload 2018-06-15 01:16:37 +05:30