Skip to content

BLACK-BUG-HKRS/HTTP-Injector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP-Injector

HTTP responses injector!

to run this:

  • pip3 install -r requirements.txt

Enable IP Forwarding using this Python script, then it automatically enables it.

If you want to sniff http packets in the network, you gonna need the man-in-the-middle (MITM) using ARP spoofing, then you run the script.

You will find ARP spoofer and how to use it here, start ARP Spoofing against the target on Kali Linux.

Add new nfqueue FORWARDING rule on iptables :

$ iptables -I FORWARD -j NFQUEUE --queue-num 0

When you're done, make sure you CTRL+C the ARP spoof script, disable IP forwarding and flushing the iptables:

$ iptables --flush

Releases

No releases published

Packages

No packages published

Languages