Skip to content

Commit 4c3c386

Browse files
1.0.1
1 parent b58a138 commit 4c3c386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1150,7 +1150,7 @@ main_scan(struct Masscan *masscan)
11501150
now = time(0);
11511151
gmtime_s(&x, &now);
11521152
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);
1153+
LOG(0, "\nStarting masscan 1.0.1 (http://bit.ly/14GZzcT) at %s\n", buffer);
11541154
LOG(0, " -- forced options: -sS -Pn -n --randomize-hosts -v --send-eth\n");
11551155
LOG(0, "Initiating SYN Stealth Scan\n");
11561156
LOG(0, "Scanning %u hosts [%u port%s/host]\n",

0 commit comments

Comments
 (0)