1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-14 19:59:02 +00:00

Adds entry for Easy Hosting Control Panel. There are a lot of vulnerable installations and an auth bypass vulnerability:

http://www.1337day.com/exploits/17010
This commit is contained in:
paulino
2011-10-04 07:46:16 +00:00
parent 688bbb1baf
commit 859e35bc2e

View File

@@ -1232,6 +1232,21 @@ table.insert(fingerprints, {
} }
}) })
table.insert(fingerprints, {
category='general',
probes={
{path='/ehcp/?op=applyforftpaccount', method='GET'},
{path='/ehcp/?op=applyforaccount', method='GET'},
{path='/ehcp/?op=applyfordomainaccount', method='GET'},
{path='/vhosts/ehcp/?op=applyforftpaccount', method='GET'},
{path='/vhosts/ehcp/?op=applyforaccount', method='GET'},
{path='/vhosts/ehcp/?op=applyfordomainaccount', method='GET'},
},
matches= {
{match='', output='Easy Hosting Control Panel'}
}
})
table.insert(fingerprints, { table.insert(fingerprints, {
category='general', category='general',
probes={ probes={