1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-22 23:49:03 +00:00

make pcre an NSE C module

This commit is contained in:
fyodor
2007-08-11 06:05:48 +00:00
parent 0dc44d08b0
commit 78f15a7f65
10 changed files with 181 additions and 55 deletions

View File

@@ -10,6 +10,7 @@ categories = {"discovery"}
require("stdnse")
require "shortport"
require "pcre"
portrule = shortport.port_or_service(6667, "irc")