hash3liZer / evilginx2

Standalone man-in-the-middle attack framework used for phishing login credentials along with session cookies, allowing for the bypass of 2-factor authentication
GNU General Public License v3.0
101 stars 40 forks source link

List Blacklisted IP Addresses #17

Open basebandit opened 3 years ago

basebandit commented 3 years ago

DO NOT ASK FOR PHISHLETS.

DO NOT ASK FOR HELP CREATING PHISHLETS.

DO NOT ASK TO FIX PHISHLETS.

DO NOT ADVERTISE OR TRY TO SELL PHISHLETS.

EXPECT A BAN OTHERWISE. THANK YOU!

REPORT ONLY BUGS OR FEATURE SUGGESTIONS.

I want to suggest the possiblity of listing blacklisted ips instead of having to reading them from the text file manually outside the tool. It would be a plus if there could be a subcommand under the blacklist command for listing the already blacklisted ips and possibly another subcommand for grepping your ip real quick for those usecases where you have a ton of blacklisted ips and you just want to check if your ip of interest is blacklisted.

Example ui/ux: blacklist show - this lists all ips currently in the blacklist blacklist exists <ip> - this finds the given ip in the blacklist if it exists it prints true otherwise prints false or blacklist show filter <ip> - this finds the given ip in the blacklist if it exists it prints true otherwise prints false

JamesCullum commented 3 years ago

In this context it would make sense to also have a command to add an IP to the blacklist. Agreed that it would be useful, even though it doesn't have urgency - in most cases managing the file is not much more of an effort.

Anyone wants to pick this up?

basebandit commented 3 years ago

I can also pick this up.

JamesCullum commented 3 years ago

Sure, give it a shot and let me know if you need help!

basebandit commented 3 years ago

Thank you. I will let you know.

unclesnr commented 1 year ago

Any update about this?