mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Adds entries under 'attack' for:
-OrangeHRM: http://www.exploit-db.com/exploits/17212/ -Tikiwiki: http://www.exploit-db.com/exploits/1244/
This commit is contained in:
parent
0528868eb9
commit
248b53abfa
1 changed files with 20 additions and 0 deletions
|
|
@ -2702,6 +2702,26 @@ table.insert(fingerprints, {
|
|||
{match='200', output='Cute Editor ASP.NET Remote File Disclosure ( CVE 2009-4665 )'}
|
||||
}
|
||||
})
|
||||
|
||||
table.insert(fingerprints, {
|
||||
category='attacks',
|
||||
probes={
|
||||
{path='/plugins/PluginController.php?path=..%2f..%2f..%2f..%2f..%2f..%2f..%2f..%2fwindows%2fwin.ini%00', method='GET'}
|
||||
},
|
||||
matches={
|
||||
{match='200', output='OrangeHRM 2.6.3 Local File Inclusion '}
|
||||
}
|
||||
})
|
||||
|
||||
table.insert(fingerprints, {
|
||||
category='attacks',
|
||||
probes={
|
||||
{path='/tiki-listmovies.php?movie=../../../../../../etc/passwd%001234', method='GET'}
|
||||
},
|
||||
matches={
|
||||
{match='200', output='TikiWiki < 1.9.9 Directory Traversal Vulnerability'}
|
||||
}
|
||||
})
|
||||
------------------------------------------------
|
||||
---- Open Source CMS checks ----
|
||||
------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue