mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 04:09:01 +00:00
now that SIGPIPE is not a problem, finally add the chargen script.
This commit is contained in:
11
ncat/scripts/chargen.lua
Normal file
11
ncat/scripts/chargen.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
--chargen.lua - implements the RFC 864 CHARGEN service which basically spams
|
||||
--the remote user until he decides to close the connection.
|
||||
--
|
||||
--CAVEAT: at the moment you need --lua-extensions to make sure this script will
|
||||
--die once the connection gets closed. Otherwise, you will get a nasty infinite
|
||||
--loop that will waste your CPU power until you kill the process.
|
||||
|
||||
while true do
|
||||
print("chargen")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user