[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request sullo#580 from allupaku/master
Browse files Browse the repository at this point in the history
Fixing False positive on phpLiteAdmin detection
  • Loading branch information
sullo committed Dec 9, 2018
2 parents 31bb283 + 7e99960 commit ddd17a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions program/databases/db_tests
Original file line number Diff line number Diff line change
Expand Up @@ -6813,8 +6813,8 @@
"007124","3093","3","/.ssh/id_dsa.pub","GET","^(ssh-dsa)","","200","","","A user's home directory may be set to the web root, an ssh file was retrieved. This should not be accessible via the web.","",""
"007125","3093","3","/.ssh/id_dss","GET","^-----((BEGIN|END)\sDSS\sPRIVATE\sKEY|(BEGIN|END)\sENCRYPTED\sPRIVATE\sKEY|(BEGIN|END)\sOPENSSH\sPRIVATE\sKEY)-----","","200","","","A user's home directory may be set to the web root, an ssh file was retrieved. This should not be accessible via the web.","",""
"007126","3093","3","/.ssh/id_dss.pub","GET","^(ssh-dss)","","200","","","A user's home directory may be set to the web root, an ssh file was retrieved. This should not be accessible via the web.","",""
"007127","0","e","/phpLiteAdmin/","GET","phpliteadmin.php","","","","","phpLiteAdmin console found.","",""
"007128","0","e","/MAMP/phpLiteAdmin/","GET","phpliteadmin.php","","","","","phpLiteAdmin console found.","",""
"007127","0","e","/phpLiteAdmin/","GET","phpliteadmin\.php","","","","","phpLiteAdmin console found.","",""
"007128","0","e","/MAMP/phpLiteAdmin/","GET","phpliteadmin\.php","","","","","phpLiteAdmin console found.","",""
"007129","3092","1","/.sqlite_history","GET","^(tables|quit|databases|INSERT|insert|delete|DELETE|drop|DROP|grant|GRANT|select|SELECT)","","200","","","This might be interesting...","",""
"007130","0","9","@FORUMforumrunner/request.php?cmd=get_spam_data&d=1&postids='1","GET","(database\shas\sencountered\sa\sproblem|/image.php\?type=dberror)","","","","","vBulletin contains a SQL injection in the forumrunner addon. See https://enumerated.wordpress.com/2016/07/11/1/","",""
"007131","0","9","@VBULLETINforumrunner/request.php?cmd=get_spam_data&d=1&postids='1","GET","(database\shas\sencountered\sa\sproblem|/image.php\?type=dberror)","","","","","vBulletin contains a SQL injection in the forumrunner addon. See https://enumerated.wordpress.com/2016/07/11/1/","",""
Expand Down

0 comments on commit ddd17a9

Please sign in to comment.