Skip to content

Commit

Permalink
Issue #10: Add checks for .git, .bzr and .hg repo files.
Browse files Browse the repository at this point in the history
  • Loading branch information
sullo committed Dec 10, 2012
1 parent 4b057b1 commit 044cca3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions program/databases/db_tests
Expand Up @@ -6570,3 +6570,6 @@
"006606","0","1b","/mobileadmin/bin/","GET","Directory\sListing","","","","","RoveIT Mobile executable dir accessible","",""
"006607","0","3","/mobileadmin/home.cs","GET","Server\sVersion","","","","","RoveIT Mobile gives a list of a server's Windows domains","",""
"006608","0","8","@PHPMYADMINserver_sync.php?c=phpinfo()","GET","PHP\sVersion","","","","","phpMyAdmin contains a backdoor which allows remote PHP execution. http://www.phpmyadmin.net/home_page/security/PMASA-2012-5.php","",""
"006609","0","23","/.git/HEAD","GET","ref:\srefs","","","","","Git HEAD file found. Full repo details may be present.","",""
"006610","0","23","/.bzr/branch-format","GET","Bazaar-NG\smeta","","","","","Bazaar file found. Full repo details may be present.","",""
"006611","0","23","/.hg/requires","GET","revlogv","","","","","Mercurial (HG) file found. Full repo details may be present.","",""

0 comments on commit 044cca3

Please sign in to comment.