mirror of
https://github.com/hak5/nano-tetra-modules.git
synced 2025-10-29 16:58:09 +00:00
Add modules to repository
This commit is contained in:
1
ngrep/profiles/trap_basic_http_login
Normal file
1
ngrep/profiles/trap_basic_http_login
Normal file
@@ -0,0 +1 @@
|
||||
'Authorization: Basic' 'port 80'
|
||||
1
ngrep/profiles/trap_cookies
Normal file
1
ngrep/profiles/trap_cookies
Normal file
@@ -0,0 +1 @@
|
||||
'Cookie' 'tcp and port 80'
|
||||
1
ngrep/profiles/trap_credit_cards_numbers
Normal file
1
ngrep/profiles/trap_credit_cards_numbers
Normal file
@@ -0,0 +1 @@
|
||||
'[0-9]{4}\-[0-9]{4}\-[0-9]{4}\-[0-9]{4}'
|
||||
1
ngrep/profiles/trap_password
Normal file
1
ngrep/profiles/trap_password
Normal file
@@ -0,0 +1 @@
|
||||
'password'
|
||||
1
ngrep/profiles/trap_social_security_numbers
Normal file
1
ngrep/profiles/trap_social_security_numbers
Normal file
@@ -0,0 +1 @@
|
||||
'[0-9]{3}\-[0-9]{2}\-[0-9]{4}'
|
||||
Reference in New Issue
Block a user