You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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 forgrepping
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.The text was updated successfully, but these errors were encountered: