The basic idea of this bash script is to feed a list of .onion urls and use torsocks and wget to check if the url is active or not, surely there are many other alternatives but it always nice to have another option. Setup requires you have torsocks installed on your system. save torm...
Yet another simple system, some body requested a similar feature a few days ago which reminded me i had made this a while back to bulk gather links and do analysis on the contents. This script allows u to check Wayback Machine for any url and save the found results to a local file....
simple short post for another smalls script, this time a Hackernews PHP API. view here https://github.com/83leej/hackernews-php-api
As the title states this is just a simple script that grabs two file if they are currently not there, allows checking for IP ranges by providing a simple name such as ‘godaddy’ or ‘digitalocean’, it then returns the results and provides a file name rangelist with the found ranges. usage ./check digitalocean Code...
Today i finally acted on something i wanted to do for a while and created a way to aggregate my servers Fail2Ban Ban logs into a single source and push it to a public text list with counts of how many times each IP has been seen. The idea is to get the most...