CybrZone / phishkiller

The Unlicense
73 stars 36 forks source link

Added Proxy support and made it more user friendly. #29

Open Sushi-Mampfer opened 4 days ago

Sushi-Mampfer commented 4 days ago

I added proxy support and the functionality to set custom parameters without editing the code. Please spellcheck everything(I have bad grammar and my auto correction isn’t picking up error in github). I have tested it a little bit, but a test with a server to check if the right requests are send would be good.

PanosoikoGr commented 4 days ago

there is a nother one that is beeing developed right now #27 for proxychange

Sushi-Mampfer commented 4 days ago

I didn't look too much into it, but I don't like the idea of forcing a user to use tor, because it can/will be blocked.

PanosoikoGr commented 4 days ago

I also didnt like the idea but I think using proxys that you have to manualy pick apnd put into a list is not that hard for someone to ban all of the ip of the request that come to the server. Mybe a good mix would be to allow user to choose between tor and a random proxy list to send the POST.

B1GBOOM420 commented 3 days ago

okay, I am going to sound like a dummy, so please forgive me - We ultimately are faking the data, correct? This means we are supplying the proxy alongside our request to give the illusion of real users.

If that is the case - could we not just write a generator that would generate a proxies.txt file and use that?

I whipped one up but did not think about whether it needed to be legit or not.

please advise if you don't mind :)

again, please forgive my ignorance lol

proxyGen.zip

PanosoikoGr commented 3 days ago

@B1GBOOM420 proxies are like gates that someone is hosting you can't generate random proxies as they don't exist or you don't have access to them so most of the time you create the list...

B1GBOOM420 commented 3 days ago

Understood - I thought the proxy was another thing that we were serving to the phisher to give the illusion of real user data.

Thank you for clearing that up for me!

asheshjyotii commented 3 days ago

Screenshot_2024-07-05-01-06-53-001_com.replit.app.png

Please refer to #26

B1GBOOM420 commented 2 days ago

So I found an API that spits out live proxies - if we were to hit the API on app start-up, we could always have a fresh list of proxies to use - again, I might still be missing the point of the proxies, and if I am - my bad lol Im just invested in this, just like the rest of us

proxyScraper.zip

BRICKRAID commented 1 day ago

I added proxy support that uses an api like @B1GBOOM420 describes in PR #14 - api is free and has quite a few uses per month.