We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b58a138 commit 4c3c386Copy full SHA for 4c3c386
src/main.c
@@ -1150,7 +1150,7 @@ main_scan(struct Masscan *masscan)
1150
now = time(0);
1151
gmtime_s(&x, &now);
1152
strftime(buffer, sizeof(buffer), "%Y-%m-%d %H:%M:%S GMT", &x);
1153
- LOG(0, "\nStarting masscan 1.0 (http://bit.ly/14GZzcT) at %s\n", buffer);
+ LOG(0, "\nStarting masscan 1.0.1 (http://bit.ly/14GZzcT) at %s\n", buffer);
1154
LOG(0, " -- forced options: -sS -Pn -n --randomize-hosts -v --send-eth\n");
1155
LOG(0, "Initiating SYN Stealth Scan\n");
1156
LOG(0, "Scanning %u hosts [%u port%s/host]\n",
0 commit comments