Posts

Learn Metasploit

Image
Link to the room -  https://tryhackme.com/room/rpmetasploit Task1 #1  Kali and most other security distributions of Linux include Metasploit by default. If you are using a different distribution of Linux, verify that you have it installed or install it from the Rapid 7 Github repository. Answer:Not Required Task 2(Initializing) #1 First things first, we need to initialize the database! Let's do that now with the command: Command: msfdb init Answer:Not Required #2 Before starting Metasploit, we can view some of the advanced options we can trigger for starting the console. Check these out now by using the command: Command: msfconsole -h (-h is for help )  Answer: Not Required #3 We can start the Metasploit console on the command line without showing the banner or any startup information as well. What switch do we add to msfconsole to

Changing Hostname in Kali Linux

Image
  Step1: Change in hostname fi le Change hostname fi le using nano or any other text editor  Path: /etc/hostname Command: sudo nano /etc/hostnam e Change the name from Kali → anyname Save the fi le Step2: Edit Hosts File Change Name in Hosts fi le  Path: /etc/hosts Command: sudo nano /etc/hosts Change kali to the same name as mentioned in hostname  fi le Remember all the changes can be done only in sudo  Now reboot the system to save the changes After Reboot check terminal

HTB-Netmon(writeup)

Image
Hack The Box - Netmon Hey guys today Netmon retired and here’s my writeup on the machine. It was a easy machine that’s everything I can say about it. IP of the Box : 10.10.10.152 As always we will start with nmap to scan for open ports and services : nmap –sC –sV –A 10.10.10.152 We got ftp on port 21, http on port 80 and smb. The most interesting thing is that anonymous login is allowed on ftp.  For user.txt root@kali:~/Desktop/HTB/boxes/netmon# ftp 10.10.10.152 Connected to 10.10.10.152. 220 Microsoft FTP Service Name (10.10.10.152:root): anonymous 331 Anonymous access allowed, send identity (e-mail name) as password. Password: 230 User logged in. Remote system type is Windows_NT. ftp> ls 200 PORT command successful. 125 Data connection already open; Transfer starting. 02-03-19   12:18AM                  1024 .rnd 02-25-19   10:15PM        <DIR>           inetpub 07-16-16   09:18AM        <DIR>   

Followers