1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Modify some offensive terminology in comments.

This commit is contained in:
dmiller
2014-11-05 15:02:09 +00:00
parent b73dc0e762
commit 111fbe4b41
5 changed files with 7 additions and 6 deletions

View File

@@ -341,7 +341,7 @@ void bounce_scan(Target *target, u16 *portarray, int numports,
if (o.debugging)
log_write(LOG_STDOUT, "result of LIST: %s", recvbuf);
if (!strncmp(recvbuf, "500", 3)) {
/* fuck, we are not aligned properly */
/* oh dear, we are not aligned properly */
if (o.verbose || o.debugging)
error("FTP command misalignment detected ... correcting.");
res = recvtime(sd, recvbuf, 2048, 10, NULL);