when write the instruction evil-winrm the result is error existing with code1 help me please.
@robertasaservice Жыл бұрын
Great video my friend. I've been trying to pwn this machine, but I'm getting stuck at 3:17 "[!] Error starting TCP server on port 80, check permissions or other servers running." Already googled it, but no luck so far :( Any help would be greatly appreciated!
@robertasaservice Жыл бұрын
Solved! Had to change HTTP to off. hhaha
@rosehacksyoutube Жыл бұрын
Sounds like you have another service already running on port 80. You can use netstat to see what ports are listening.
@bashishman617911 ай бұрын
thank you for the video what do i do with john the ripper if i dont have a wordlist? i mean why would i have a wordlist with the word badminton in it?
@rosehacksyoutube11 ай бұрын
Wordlist are an essential part of password cracking. Much faster than brute forcing, and there are plenty already created for you. Kali comes with some by default.
@bashishman617911 ай бұрын
@@rosehacksyoutube thanks!
@QueNadieLoCambie Жыл бұрын
I have a issue when Responder is listening. Basically, not get answer and it keeps listening but nothing happened. Do you know how I can solve it?
@BadNewsVegas Жыл бұрын
I would check to make sure you are using the Responder IP when you are typing "page=//Responder IP/somefile"
@rosehacksyoutube Жыл бұрын
What the other comment said. Make sure you are using the correct IP. Make sure you are listening on the correct interface.
@goatedFool Жыл бұрын
hey 👋 did u get it solved??
@JungleB0B011 ай бұрын
@@goatedFool Just decompress the rockyou file with 'gunzip'. First you have to decompress the rockyou file before you run with with John. sudo gunzip /usr/share/wordlists/rockyou.txt.gz (Overwrite - Yes) sudo john -w=/usr/share/wordlists/rockyou.txt hash.txt Enjoy :)