Hack The Box OpenAdmin

Categories: Hack The Box

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 […]

Hack The Box Postman

Categories: Hack The Box

Lets find some services and ports we can work with. The service Redis on port 6379 looks like the best approach to get an initial foothold. Using telnet we should be able to connect through Redis service so we can enumerate more. That should of opened a connection, to view some information about Redis we […]

How To Generate SSH Private And Public Keys

Categories: linux

Using ssh keys to administer remote devices is a must, In this guide we will be using two machines, the first machine the client is running parrot OS a Linux pen testing operating system and the second machine is running Ubuntu server 18.04. First things first on the client machine open up a terminal and […]