Thank you thaijames for your answer.
I have automated the tasks by writing a Burp java extension using Burp Extender APIs but it is not straightforward and the Burp interface still need to be...
Type: Posts; User: ridercop; Keyword(s):
Thank you thaijames for your answer.
I have automated the tasks by writing a Burp java extension using Burp Extender APIs but it is not straightforward and the Burp interface still need to be...
Currently, I am looking for different ways of injecting HTML in HTTP responses during MITM attacks.
First at all, I have tried the solution using ettercap filters:
Etterfilter tuto
The problem...
ettercap is bugging in Backtrack 5 R1 32bits and 64 bits versions fully updated
ettercap version: NG-0.7.3
In ettercap filter
if (ip.proto == TCP && tcp.src == 80) {
log(DATA.data,...