Forum Replies Created
- AuthorPosts
Diego Pérez
ModeratorHi!
That should be an issue with your machine, maybe try to do a google research on how to do a partition in your hard drive so you can install kali as main OS, but looks for info related to your exact computer’s brand and model. Also custom kali ISO shound’t give you kali as default user, did you download the custom or official one?Let me know.
DiegoDiego Pérez
ModeratorHi!
I would recommend to run the commands manually, it would be better.
The first error is something related to the script you created and the use of >
The second (dnsmasq) is weired as the address is not being used or you are running the script for a second time.
For the apache issue use this command before starting it:
systemctl enable apache2At the end of all it saids AP-ENABLED which means that the fake AP should be satrted, but the other errors might be interfering with it.
Let me know how it goes!
DiegoDiego Pérez
ModeratorHi!
You are missing ifconfig and route -n in metasploitable, that’s the thid machine, the one you are going to pivot on. Or which is the thid machine connected to 10.5.15.1 network?Let me know.
DiegoDiego Pérez
ModeratorHi Peter!
You have to install wine. But first, are you sure you are using the latest custom kali image provided by Zaid? If so use this commands:apt update
apt install wineLet me know how it goes!
DiegoDiego Pérez
ModeratorHi Peter!
I just found a typo in your code, that should be the error. Here you wrote: server = smtplib.SMTP(“smpt.gmail.com”, 587)
but the server name should be smtp.gmail.com,Let me know how it goes!
DiegoDiego Pérez
ModeratorHi!
Cool, it looks like the autoroute module worked.Can you show the results of:
ifconfig and route -n in kali and metasploitable
ipconfig in windowsThanks!
DiegoDiego Pérez
ModeratorHi Peter!
Then I would recommend to remove this windows machine and import a fresh one, because that shouldn’t be happening. Did you download it from Microsoft’s official site?Let me know.
DiegoDiego Pérez
ModeratorHi!
Which version did you downloaded?The latest one is 2.4.3. I have tried it using Internet Explorer to save the credentials and I got them back.
Let me know how it goes!
DiegoDiego Pérez
ModeratorYou’re welcome Hafiz!
Greetings!
DiegoDiego Pérez
ModeratorHi Joshua!
Cool you got it!
DiegoDiego Pérez
ModeratorHi!
Did you watched the vide that is also included in the page?
Hope it helps!
DiegoDiego Pérez
ModeratorHi Marek!
Which exact resources are giving you this problem?
Let me know.
DiegoDiego Pérez
ModeratorHi!
To remove the listener use: kill all (inside listeners module)To remove agents: remove all (inside agents module)
Hope it helps!
DiegoDiego Pérez
ModeratorHi!
Did you saved the password in Internet Explorer? You have to use the browser’s feature and not just tick the Remember me option.Are you using the latest lazagne’s version?
Let me know.
DiegoDiego Pérez
ModeratorHi!
The error you are showing is because of a typo, is not airping but arping.Let me know how it goes!
Diego- AuthorPosts