Skip to content

Latest commit

 

History

44 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

About

HTTP responses injector!

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages