I have been working in the field cybersecurity for 5+ years. I first started in research and development, but expanded into investigative journalism. From running a very successful infosecurity site, CyberWarNews, I have gained a great wealth of knowledge. I’ve also continued to teach myself, and have even started part-time formal study towards some...
Towards the end of last year there was a lot of talk about a new gadget released by Google called the Google home mini, which is smaller version of Google Home that runs Google Assistance and allows users to easy control smart devices such as lights and TVs. Shortly before Christmas 2017 i had...
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...
Some time ago i acquired a used Dell C6100 XS23-TY3 2U 4-Node which comes in various setups lucky enough the one i obtained was a 4 node cluster with a total of 192GB ram. With no idea on how to set it up or use it, it has been sitting around for many months...
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...
Here is why i have changed to the new google analytics code and how i did it for all my websites Cyber War News, Arrest Tracker and this website CTRLBOX. The anonymity of visitors to my websites means a lot to myself as i like to also not leave tracks and traces of everywhere...
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...