Create windows backdoor using metasploit in kali linux | CEHv11

  Рет қаралды 63,267

NT-Virtual Lab

NT-Virtual Lab

Күн бұрын

Пікірлер: 97
@FredrickSiegmund
@FredrickSiegmund 2 ай бұрын
I have been struggling with my payload not knowing i didn't set the executable permission. I got that now after watching your video. I am impressed
@nickc4553
@nickc4553 3 жыл бұрын
You have explained this better than some of my professors, thank you for your help!
@NTVirtualLab
@NTVirtualLab 7 ай бұрын
Thank you for your feedback.
@dylanepling5067
@dylanepling5067 8 ай бұрын
The best video on KZbin for this. This is the only one that worked for me. Thank you so much!
@prathamverma3045
@prathamverma3045 7 ай бұрын
how to transfer the file on window
@NTVirtualLab
@NTVirtualLab 7 ай бұрын
Use apache web service to transfer file. Copy to /var/www/html (cp filename /var/www/html) And start apache service(systemctl start apache2) Open following url on windows (kali-ip/filename)
@Simoff42
@Simoff42 4 жыл бұрын
how is the Backdoor-Activity named in the task manager? thanks for answers
@abaadqna8657
@abaadqna8657 4 жыл бұрын
apache2
@Simoff42
@Simoff42 4 жыл бұрын
@@abaadqna8657 thanks!
@abaadqna8657
@abaadqna8657 4 жыл бұрын
@@Simoff42 no problem :D
@talpadiea7105
@talpadiea7105 3 жыл бұрын
on my windows machine, it says page not working and if I inspect and check the network tab I can see that the file was sent(IDK how but it has 0kb data when I receive it) and it says that there is an invalid HTTP response. could someone help me out?
@nathanaelmehari1909
@nathanaelmehari1909 2 жыл бұрын
thank you for the neat work, I have tried to do this with many videos but it was mostly a waste.you'rs worked really well
@anonymousxxx7466
@anonymousxxx7466 4 жыл бұрын
in windows 10 it states that it is not a suitable version for windows 10..What to do ?
@theguyfromtech4090
@theguyfromtech4090 3 жыл бұрын
Woah, this is one of the best explanations I've found so far. Tysm, I'm getting my laptop in 2 months, and I can't wait to get into the Ethical Hacking Industry. Hope you have a good day, and yeah 10/10, would reccomend again.
@prathamverma3045
@prathamverma3045 7 ай бұрын
how to transfer the file on window
@hichamelaabid-cs1ks
@hichamelaabid-cs1ks 11 ай бұрын
Thank you very interesting but asbi know the first step is to scan the vulnurabilty before creating pyload
@hopewisdom4041
@hopewisdom4041 2 жыл бұрын
this was helpful. I think the only issue is i didn't know the msfvenom command will not execute without root priviledges.
@co3tarr
@co3tarr 2 жыл бұрын
If you’re using kali or any similar linux vm, simply type su root into a terminal and type the password set for the user. I assume you git cloned metasploits framework, and if not, just copy the git hub url of metasploit and type git clone (url)
@RaphaelJourney
@RaphaelJourney 2 жыл бұрын
Your the best bruhhhh Lets just say i achieved one of my goals today with the help of your video But what if the persons computer has their virus detector on because i had to turn mine off to enable the backdoor work
@AMBULANCEGAMING
@AMBULANCEGAMING 3 жыл бұрын
hello sir, or any friend... does internet connection required in target/victim's machine to use metasploit.... plz reply someone....
@sefiyt12
@sefiyt12 3 жыл бұрын
yes
@AMBULANCEGAMING
@AMBULANCEGAMING 3 жыл бұрын
@@sefiyt12 DOES VICTIMS MACHINE SHOULD BE ON SAME INTERNET CONNECTION OF HOST...?
@sharbelkhalil5700
@sharbelkhalil5700 2 жыл бұрын
@@AMBULANCEGAMING no
@mitzi7525
@mitzi7525 3 жыл бұрын
4:39 AEXPLOITTT! xd i laughed my ass off
@cestmamin
@cestmamin 3 жыл бұрын
when i go to the link, it doesn't load
@sefiyt12
@sefiyt12 3 жыл бұрын
have you found a solution??
@ChiBliss7
@ChiBliss7 Жыл бұрын
Help. The fiile refused executing. Got an error message stating that "check system info for x86 (32bit) or x64 (64bit)
@NTVirtualLab
@NTVirtualLab Жыл бұрын
Mention architecture during payload creation
@softengine256
@softengine256 Жыл бұрын
@@NTVirtualLab sir it's not working, I have tried in virtual box and different workstations in LAN and WLAN with windows 10 and 7 . Please help me . There is no response from victim machine, it is always showing started handler.... in Kali. 🙏🙏🙏🙏
@rupert.h0lland
@rupert.h0lland Жыл бұрын
does this work if you send it to someone from kali linux instead of using browser to download?
@Notsez
@Notsez 3 жыл бұрын
Is port forwarding needed?
@klax1879
@klax1879 3 жыл бұрын
Yes but no one shows you how to do it, they just show a really simple thing, like "hacking" pc in LOCALHOST, but not any pc
@rohanmadiratta6421
@rohanmadiratta6421 3 жыл бұрын
@@klax1879 same issue ...I cant find a way to do port forwarding...Ik how to create backdoor and exploit in windows vm from kali vm but to exploit it on a remote machine is out of my scope of knowledge ..my ISP has blocked port forwarding as well..
@yousif6982
@yousif6982 3 жыл бұрын
is there a possible way to do this on another network because when i port forwarded and used my public ip address it still didnt work
@slaptox78
@slaptox78 2 жыл бұрын
i have : Handler failed to bind "192......":12345
@superrafy9415
@superrafy9415 3 жыл бұрын
hey when i type: mv backdoor.exe var/www/html/, it says: mv: cannot move 'backdoor.exe' to 'var/www/html/': No such file or directory
@NTVirtualLab
@NTVirtualLab 3 жыл бұрын
Its /var/www/html
@superrafy9415
@superrafy9415 3 жыл бұрын
@@NTVirtualLab yes it worked thx
@superrafy9415
@superrafy9415 3 жыл бұрын
@@NTVirtualLab i have another problem, when i write the site on the win10 virtual machine i get: error connection refused
@superrafy9415
@superrafy9415 3 жыл бұрын
can you help?
@MrGetstarted100
@MrGetstarted100 3 жыл бұрын
amazing work, thank you for this video
@Nol-0408
@Nol-0408 Жыл бұрын
bro could you help me when i try moving the backdoor to /var/www/html its says (mv: cannot stat "windowsbackdoor.exe" : No such file or directory but i can cd to it so whys that?
@viking.gothi.304
@viking.gothi.304 Жыл бұрын
i can never get it to listen. i start it on my test system and nothing. no errors or anything on kali just waiting for someone to open the payload.
@NTVirtualLab
@NTVirtualLab Жыл бұрын
Check win machine pinging with kali
@zreleexdesign6605
@zreleexdesign6605 2 жыл бұрын
Am I the only one who cant open the link with the IP, it says everytime the connection is lost or it took to long.
@rickyjha737
@rickyjha737 2 жыл бұрын
same here bro
@zreleexdesign6605
@zreleexdesign6605 2 жыл бұрын
@@rickyjha737 I think you need a own Server for this..
@NTVirtualLab
@NTVirtualLab 2 жыл бұрын
Your victim must have network connectivity with kali. Solutions: 1. Kali and victim on same network 2. Assign public ip / port forwarding for kali
@imaatt-4710
@imaatt-4710 2 жыл бұрын
at exploit command he gave me Exploit completed, but no session was create... any solution??
@hopewisdom4041
@hopewisdom4041 2 жыл бұрын
type whoami and if the response isn't root, that's the issue
@anzhysks209
@anzhysks209 3 жыл бұрын
Thank you so much!! u saved me🙏🙏🙏
@Dansky-qo6nx
@Dansky-qo6nx 3 жыл бұрын
is it actualy worked on windows 10 21h1?
@dean_sk8s
@dean_sk8s 4 ай бұрын
why was this video so relaxing tho
@basuk3998
@basuk3998 2 жыл бұрын
Excuseme brother when i type service apache2 start its getting error kindly reply to this brother
@NTVirtualLab
@NTVirtualLab 2 жыл бұрын
Try "systemctl start apache2"
@basuk3998
@basuk3998 2 жыл бұрын
@@NTVirtualLab okay bro i ll check it
@basuk3998
@basuk3998 2 жыл бұрын
@@NTVirtualLab bro it dint work
@basuk3998
@basuk3998 2 жыл бұрын
@@NTVirtualLab kindly do a video on hacking windows10 using metasploit
@NTVirtualLab
@NTVirtualLab 2 жыл бұрын
Send error
@deepsdeepak651
@deepsdeepak651 2 жыл бұрын
good explanation,thanks
@amvillamorjr
@amvillamorjr Жыл бұрын
Hi! My windows refused to connect.
@roselineandbrunoskidschann427
@roselineandbrunoskidschann427 9 ай бұрын
Please can someone explain this command chmod *x am lost invalid mode
@DavidEhigie-n7k
@DavidEhigie-n7k 7 ай бұрын
chmod +x not *x
@Someone-bs1zf
@Someone-bs1zf 3 жыл бұрын
bruh stop breathing on your microphone
@IH00PFR
@IH00PFR 2 жыл бұрын
Lmao
@rupert.h0lland
@rupert.h0lland Жыл бұрын
I can't get the download link to work help?
@carver0019
@carver0019 3 жыл бұрын
Which network setting is this
@ScriptedAlmeida
@ScriptedAlmeida 3 жыл бұрын
mv windowsbackdoor.exe /var/www/html/ mv: cannot move 'windowsbackdoor.exe' to '/var/www/html/windowsbackdoor.exe': Permission denied
@reanazz6398
@reanazz6398 2 жыл бұрын
before doing this code do sudo su so you are in root
@dayshag5257
@dayshag5257 2 жыл бұрын
the website gives me a connection failure
@jameskigathi5786
@jameskigathi5786 11 ай бұрын
Nice work
@utkarshgupta9635
@utkarshgupta9635 3 жыл бұрын
Thank you sir!
@lctrcmx
@lctrcmx 2 жыл бұрын
It doesn't open as it is detected by firewall
@emmachi7363
@emmachi7363 4 жыл бұрын
Good job 👍. But it does not bypass AV
@chrisparkourgr
@chrisparkourgr 3 жыл бұрын
it doesnt even pass windows defender
@SirajKhan-dn5js
@SirajKhan-dn5js 3 жыл бұрын
bro metasploit sessions create nahi kar raha Please HELP kar do
@TMM-k8j
@TMM-k8j Жыл бұрын
By the sounds of it i dont think there is any 15 year olds here 😅
@rupert.h0lland
@rupert.h0lland Жыл бұрын
13
@TMM-k8j
@TMM-k8j Жыл бұрын
@@rupert.h0lland respect, obama likes cheese
@Cube.on.Tiktok
@Cube.on.Tiktok 29 күн бұрын
Windows❎ windowge✅
@bibibisma9954
@bibibisma9954 3 жыл бұрын
It's great
@brichardsfourty
@brichardsfourty Жыл бұрын
I’m pretty good too but I want to stay anonymous
@emrahanitas
@emrahanitas 2 жыл бұрын
thanks man
@verminfate7074
@verminfate7074 3 жыл бұрын
Honestly dude FUCK YEA thanks
@hack-talk9098
@hack-talk9098 2 жыл бұрын
This is better
@yeniyeni6922
@yeniyeni6922 2 жыл бұрын
ı hacked my friend lol ı hacked it because he sayed me " ı kill u in real life " he know ım a noob hacker but dont mess with noob hacker or pro hacker
@daemon4470
@daemon4470 2 жыл бұрын
not a backdoor
@mariusberisha1015
@mariusberisha1015 2 жыл бұрын
dedected by windows antivirus system
@RiaanAckerman-id2ig
@RiaanAckerman-id2ig 4 ай бұрын
Does not work lol
@gksxyt
@gksxyt 4 жыл бұрын
it says permission denied
@Brrf330
@Brrf330 3 жыл бұрын
Active Root
@Brrf330
@Brrf330 3 жыл бұрын
Need on KZbin how to active Root Kali Linux
@IronZk
@IronZk 3 жыл бұрын
@@Brrf330 sudo su.
@lerebox
@lerebox 3 жыл бұрын
type sudo su then type ur pass and ur done
@lerebox
@lerebox 3 жыл бұрын
also if u wanna leave root mode type exit
Cracking windows 10 password using Kali Linux
10:03
NT-Virtual Lab
Рет қаралды 39 М.
catch EVERY reverse shell while hacking! (VILLAIN)
19:03
John Hammond
Рет қаралды 224 М.
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
How Strong Is Tape?
00:24
Stokes Twins
Рет қаралды 96 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
Linux on Windows......Windows on Linux
23:54
NetworkChuck
Рет қаралды 537 М.
Find Information from a Phone Number Using OSINT Tools [Tutorial]
16:59
How to exploit port 80 HTTP on Kali Linux
7:58
CreatyR
Рет қаралды 62 М.
Pretending to be a VM to STOP Malware
10:36
Eric Parker
Рет қаралды 249 М.
Easy - Tutorial - Windows 10 - Windows 11 - Backdoor - Villain - Linux - Ethical - Hacking - Sygfx
13:52
SYGFX LEARNING - Graphics & System Troubleshooting
Рет қаралды 2,1 М.
How to Create Trojans Using Powershell
15:53
zSecurity
Рет қаралды 681 М.
Metasploit
34:20
David Bombal
Рет қаралды 408 М.
Access Android with Metasploit Kali (Cybersecurity)
13:05
Loi Liang Yang
Рет қаралды 1,5 МЛН
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН