mirror of
https://github.com/hak5/nano-tetra-modules.git
synced 2025-10-29 16:58:09 +00:00
HTTPProxy Module (#1)
HTTPProxy will allow you to intercept the HTTP response and injection a malicious HTML/JavaScript code, also it has a keylogger written in JavaScript which allows the attacker to log the user inputs
This commit is contained in:
committed by
Sebastian Kinne
parent
d0aa1e38ef
commit
d613645576
10
HTTPProxy/module.info
Normal file
10
HTTPProxy/module.info
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"title": "HTTP Proxy",
|
||||
"description": "HTTP Proxy",
|
||||
"version": "1.0",
|
||||
"devices": [
|
||||
"nano",
|
||||
"tetra"
|
||||
],
|
||||
"author": "Malduhaymi"
|
||||
}
|
||||
Reference in New Issue
Block a user