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