1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +00:00

o [NSE] Added GIOP library and a small script that makes use of it:

- giop-info Queries the CORBA naming server for a list of objects
  [Patrik]
This commit is contained in:
patrik
2010-08-19 23:14:39 +00:00
parent 87109b5670
commit af76c5dad7
4 changed files with 766 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ Entry { filename = "ftp-anon.nse", categories = { "auth", "default", "safe", } }
Entry { filename = "ftp-bounce.nse", categories = { "default", "intrusive", } }
Entry { filename = "ftp-brute.nse", categories = { "auth", "intrusive", } }
Entry { filename = "ftp-libopie.nse", categories = { "intrusive", "vuln", } }
Entry { filename = "giop-info.nse", categories = { "discovery", "safe", } }
Entry { filename = "html-title.nse", categories = { "default", "discovery", "safe", } }
Entry { filename = "http-auth.nse", categories = { "auth", "default", "intrusive", } }
Entry { filename = "http-brute.nse", categories = { "auth", "intrusive", } }