Forum Replies Created
- AuthorPosts
- Diego PérezModerator
Hi!
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érezModeratorHi!
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érezModeratorHi 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érezModeratorHi 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érezModeratorHi!
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érezModeratorHi 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érezModeratorHi!
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érezModeratorYou’re welcome Hafiz!
Greetings!
DiegoDiego PérezModeratorHi Joshua!
Cool you got it!
DiegoDiego PérezModeratorHi!
Did you watched the vide that is also included in the page?
Hope it helps!
DiegoDiego PérezModeratorHi Marek!
Which exact resources are giving you this problem?
Let me know.
DiegoDiego PérezModeratorHi!
To remove the listener use: kill all (inside listeners module)To remove agents: remove all (inside agents module)
Hope it helps!
DiegoDiego PérezModeratorHi!
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érezModeratorHi!
The error you are showing is because of a typo, is not airping but arping.Let me know how it goes!
DiegoDiego PérezModeratorHi Joshua!
Can you show the results of:
ifconfig and route -n in kali
ipconfig in windows
Can you share a screenshot of the Network settings used in VirtualBox for both machines?You can upload the images to a free web image hosting and share the links here.
Thanks!
Diego - AuthorPosts