Commit 08f4bc3a authored by Robert David Graham's avatar Robert David Graham
Browse files

--readscan

parent c00a90f3
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -205,6 +205,11 @@ one port.
    equivelents, but require a separate step to convert back into XML or
    another readable format.

 *  `--readscan <binary-files>`: reads the files created by the `-oB` option
    from a scan, then outputs them in one of the other formats, depending
    on command-line parameters. In other words, it can take the binary
    version of the output and convert it to an XML or JSON format.
    

## CONFIGURATION FILE FORMAT

+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ struct MasscanRecord {
    unsigned short port;
    unsigned char reason;
    unsigned char ttl;
    enum ApplicationProto app_proto;
    enum ApplicationProtocol app_proto;
};


+1 −0
Original line number Diff line number Diff line
#include "output.h"
#include "masscan.h"
#include "masscan-app.h"
#include "out-record.h"

/****************************************************************************
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
#include <time.h>
#include "main-src.h"
#include "unusedparm.h"
#include "masscan-app.h"

struct Masscan;
struct Output;