Date: August 7, 2020
There are many Crypto game sites these days, and LuckyFish stands out from the rest. With free unlimited faucets, Free weekly bonuses, Chat rains and daily, weekly and monthly contests with huge payouts. The Games You can choose from a wide selection of games to play like Roulette, Slots, Poker, Dice and more. If you […]
Date: May 20, 2020
Categories:
Hacking,
ToolsInstallation: Lets start by updating our Linux system and installing all the required dependence’s, copy and paste the following lines and paste them into your terminal. With the updating out of the way lets download ReconSpider, using the git command we will clone ReconSpider from github, open up a terminal at the location you would […]
Date: May 19, 2020
Categories:
Hacking,
ToolsRed Hawk is an all in one tool that scans targets for vulnerabilities and any useful information that could help find security weaknesses within the target device. Installation: Now that we have updated our system and installed all the necessary tools we can download Red Hawk using the git command. Open up a terminal at […]
Date: May 11, 2020
Installation: Begin by updating the machine and installing all the required dependency’s Downloading shoden-eye from github using the git command then cd into the newly created folder, To make sure python has all the required modules we can check and install them by checking the requirements.txt file that is included Usage: Lets start shodan-eye, you […]
Date: May 11, 2020
First we will update the system then install all the necessary packages that are required for the crashcast exploit to function correctly Using the git command, clone shoden-eye from github, once that’s finished enter the newly cloned directory You will need to get an API key from your shodan profile, if you don’t have a […]
Date: May 9, 2020
Update and Install the required programs Get an SSL certificate Auto Renewal As certificates expire after 90 days, we need to check if auto renew is working correctly, Certbot will automatically run twice a day and renew any certificate that is within 30 days of expiration. To check the auto renew process is working correctly […]
Date: May 9, 2020
So you have decided to test your pen testing skills, hack the box is one of the best places to put your pen testing skills to practice. After browsing the hack the box web site you will find there is no registration page, that’s because you actually have to hack your way in, lets get […]
Date: May 8, 2020
Shodan is a tool that lets us explore the internet for devices rather than content of web sites, Shodan is extremely powerful if used correctly. you can access shodan via the website or through the command line interface using API’s, we will cover using shodan via the cli. Installation And Usage The Shodan command line […]
Date: April 9, 2020
Quick one liner to view all saved WiFi passwords stored on system this should work on most Linux systems.
Date: February 22, 2020
first thing is find open ports and services running on 10.10.10.171, I used nmap. nmap 10.10.10.171 open port 22 service ssh and http port 80, going to 10.10.10.171 in brave brouser displays the default apche2 page. not allot of usefull information there. Next i wanted to scan for directorys and files that could help with […]