Commit Graph

26 Commits (master)

Author SHA1 Message Date
Swissky f2df2acd6d XXE / SSRF / Cookies and more use-cases 2020-09-29 14:08:36 +02:00
Swissky db89689cde Test case with MD5 hash 2020-01-11 00:13:17 +01:00
Swissky ee2c747c6c High entropy string detection + code refactor add_vuln() 2020-01-11 00:06:47 +01:00
Swissky e3b1d7fb3c Fix maximum recursion error + catch hardcoded password in define() 2020-01-09 22:59:26 +01:00
Swissky 426b6111d9
Merge pull request #8 from tanaydin/pycodestyle
Fixes for errors catch by pycodestyle (except E501)
2019-04-05 18:57:20 +02:00
Tanaydin Sirin d363731e80 Fix for encoding files with different encodings. 2019-04-05 17:32:25 +02:00
Tanaydin Sirin fe8786101a Fixes for errors by pycodestyle (except E501) to run it
pycodestyle . --ignore=E501
2019-04-05 16:32:45 +02:00
Tanaydin Sirin b3734a43f7 Python3 fix for directory not found error. 2019-04-05 15:43:04 +02:00
Tanaydin Sirin be2d110578 Reformated files for python3, changed some function calls. 2019-04-05 15:38:57 +02:00
Tanaydin Sirin 0703843c4e Better output for file. 2019-04-05 15:11:57 +02:00
Tanaydin Sirin 8c425bd30d Adds --plain for plain output. 2019-04-05 14:25:05 +02:00
Swissky 7e1d2a35b8 Hardcoded credential 2017-11-20 21:56:02 +01:00
Swissky 5ea956e411 False positive check $xx='const'; 2017-11-14 13:45:07 +01:00
Swissky bd2d77b6c9 BUGFIX - Only the nth occurence var is colored if dup vuln 2017-06-05 22:56:23 +02:00
Swissky 37887b7635 BUGFIX - False positive for declaration $var = pgconnect 2017-06-05 21:15:38 +02:00
Swissky fddb914e38 FEATURE - Vulnerability and file count 2017-06-05 19:10:25 +02:00
Swissky 07b302e184 Feature - check declaration for false positive 2017-05-27 03:15:49 +02:00
Swissky df57a15b1f Bug fix - Multiple variables in one single line 2017-05-27 03:07:46 +02:00
Swissky e4b2411ddd Small regex improvement to detect vulnerabilities 2017-05-26 20:52:23 +02:00
Swissky 7797481bf7 Bugfix - Constant var not vuln +$_XXX vuln display 2017-05-25 15:54:35 +02:00
Swissky df9851983d Check declaration - following include 2017-05-24 00:23:05 +02:00
Swissky 1a128bd1ac New display + bug identification 2017-05-23 00:23:47 +02:00
Swissky 6588cb094a TODO List updated - check_declaration will be created 2017-05-21 23:24:06 +02:00
Swissky c78a7d950d Echo bug fixed - refactored into small fcts 2017-05-21 20:39:28 +02:00
Swissky f1e06def4c Basic refactoring 2017-05-21 15:56:42 +02:00
Swissky 9c5d60c5e7 Initial commit - Old version + Test files 2017-05-14 23:10:03 +02:00