EwyBoy / Counter-Phishing-Tool

Offensive & proactive tool designed to disrupt phishing attacks by flooding fake phishing websites' login portals with a deluge of fake user data, sometimes even takes down their entire site in the process.
https://openphish.com/
MIT License
96 stars 31 forks source link

Counter-Phisher v3.0.0 Update #5

Closed Rarixty closed 9 months ago

Rarixty commented 1 year ago

Hello, i need update for the latest types of phishing are even more dangerous, please update to support today's phishing. Thank you!

spinfal commented 1 year ago

@Rarixty can you please elaborate more about what you mean by "today's phishing"? being a bit more specific helps out the maintainers and people who wish to contribute via PRs :-)

Demopans commented 9 months ago

Likely something that has to do with extra fields that are required by the other end of whatever API used by phishers. It shouldn't be nontrivial to hardcode extra fields but you should update the README so people know at least.

EwyBoy commented 9 months ago

I originally made this 6 years ago and have not really updated it since then. But as a response to this, I made some huge changes to the script/program. This will be version 3.0.0 and will now instead contain a form data file named form_data.json where you can simply paste in your captured form data payload and modify it to your needs.

{
  "foo": 69,
  "email": "@RANDOM_EMAIL",
  "password": "@RANDOM_PASSWORD",
  "bar": false
}

I have created a bunch of built in replaceable that will replace the @RANDOM_XYZ with randomly generated fake data.

Added fields:

This way the program should be way more flexible and you will no longer need to hardcode extra fields. I will continue to work on this new version in the following days to add more random fake data fields such as

I will also create automated builds for

Sounds good?