jrmdev / mitm_relay

Hackish way to intercept and modify non-HTTP protocols through Burp & others.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What do you mean with "relay"?

jhave21 opened this issue · comments

First, great code :D
But I wanna ask something, I'm really bad in Networking. What do you mean by relay ? Is that a proxy server or something? And what you mean by the argument "-l" is that something like a IP address of the server? Which you can intercept | listen all incoming request that was made for it?
Thanks

thanks @jrmdev, really thanks, one last question please, does this work on remote PC's? , but I wanna hear it from you,

something came up my mind, from what you said "there are many ways to do this", I would like to ask if what other ways can be done, and what do you call this in general?

I accidentally closed the issue sorry about that, I commented again to reopen it :D

Hey,

I am unsure what you mean by remote PC's, it will work on any Linux system that has python installed.

As for ways to make you thick client connect to an IP of your choice instead of the default one, you could for example update your hosts file, create IPTables rules, do MiTM, configure a proxy within your client, etc.

Hope this helps.