1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 21:21:31 +00:00
Files
nmap/scripts
dmiller e42409be93 XML structured output for brute.lua and creds.lua
The @xmloutput section documentation is not done, and I'm not sure how
to best do it, since it will be the same for all brute.lua scripts. This
is how it looks:

metasploit-msgrpc-brute:
<table key="Accounts">
  <table>
    <elem key="username">root</elem>
    <elem key="state">Valid credentials</elem>
    <elem key="password">root</elem>
  </table>
</table>
<elem key="Statistics">Performed 3 guesses in 4 seconds, average tps: 0</elem>

creds-summary:
<table key="127.0.0.1">
  <table key="9929/nping-echo">
    <table>
      <elem key="password">123456</elem>
      <elem key="state">Valid credentials</elem>
    </table>
  </table>
  <table key="55553/unknown">
    <table>
      <elem key="username">root</elem>
      <elem key="state">Valid credentials</elem>
      <elem key="password">root</elem>
    </table>
  </table>
</table>
2014-09-23 05:23:19 +00:00
..
2014-03-07 23:14:55 +00:00
2014-03-07 23:14:55 +00:00
2014-09-03 21:39:33 +00:00
2014-02-03 16:49:26 +00:00
2014-06-26 20:12:54 +00:00
2014-09-03 04:49:47 +00:00
2014-08-03 01:18:13 +00:00
2014-09-20 05:40:49 +00:00
2014-02-19 04:15:46 +00:00
2014-02-19 04:15:46 +00:00
2014-08-27 19:41:32 +00:00
2014-08-18 03:12:00 +00:00
2014-09-03 04:49:54 +00:00
2014-09-03 04:49:54 +00:00
2014-02-03 16:49:26 +00:00
2014-08-02 02:56:31 +00:00
2014-02-19 04:15:46 +00:00