mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
make pcre an NSE C module
This commit is contained in:
parent
0dc44d08b0
commit
78f15a7f65
10 changed files with 181 additions and 55 deletions
|
|
@ -10,6 +10,7 @@ categories = {"discovery"}
|
|||
|
||||
require("stdnse")
|
||||
require "shortport"
|
||||
require "pcre"
|
||||
|
||||
portrule = shortport.port_or_service(6667, "irc")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue