Commit Graph

36 Commits (6d452748ece9e36ede5284d1b58ae3f17ec14d0e)

Author SHA1 Message Date
Swissky 6d452748ec
Merge pull request #4 from tanaydin/plain_output
Adds --plain for plain output.
2019-04-05 15:11:46 +02:00
Swissky 7a0bc642a8
Merge pull request #3 from tanaydin/patch-1
Fix for "unbalanced parenthesis"
2019-04-05 15:10:03 +02:00
Tanaydin Sirin 8c425bd30d Adds --plain for plain output. 2019-04-05 14:25:05 +02:00
tanaydin sirin 18b352fe71
Update functions.py
I was getting "sre_constants.error: unbalanced parenthesis". This small comment escapes current vulnerability to keep regular expressions happy.
2019-04-05 12:47:17 +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 b062f507a8 zsh:1: command not found: q 2017-11-14 13:24:19 +01:00
Swissky 3e5e9ca74e Check for constant var 2017-11-14 11:10:21 +01:00
Swissky 02afeab9cd Export script 2017-11-14 09:07:12 +01:00
Swissky e280f50e0f Bugfix - Opening inexistent file 2017-11-12 13:42:25 +01:00
Swissky ca3fba1758 More indicators : Header injection , URL redirect, SQL etc 2017-08-05 15:23:40 +02:00
Swissky 626c3581b8 BUGFIX - Colored variable badly displayed when count>2 2017-06-06 22:51:01 +02: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 1289809b15 BUGFIX - Detection for var as for($something as $else) 2017-06-05 20:18:48 +02:00
Swissky fddb914e38 FEATURE - Vulnerability and file count 2017-06-05 19:10:25 +02:00
Swissky 4ad8f01911 FEATURE: XPATH,LDAP,Assert, PGSQLi detection added 2017-05-29 22:02:00 +02:00
Swissky 7aa1fd26b9 FEATURE - XSS detection with print 2017-05-28 23:23:07 +02:00
Swissky a21792a585 FEATURE - SQL injection PDO detection 2017-05-28 23:15:33 +02:00
Swissky 5160b19e1b FEATURE : PHP object injection detection 2017-05-28 22:42:28 +02:00
Swissky c75f1eb415 Bugfix - Constant init var fixed 2017-05-28 22:11:40 +02:00
Swissky 012581e641 Bugfix - "POST and POST" now detected as 2 vulns 2017-05-28 20:58:07 +02:00
Swissky d8b39c37db License added 2017-05-27 21:05:28 +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 fb44cb3b51 Help added for command line 2017-05-25 17:30:16 +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 017f1eb5b1 Display function cleaned 2017-05-21 17:59:11 +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
Swissky 2ab297f944 Initial commit 2017-05-14 22:56:38 +02:00