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:
@@ -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={
|
||||||
|
|||||||
Reference in New Issue
Block a user