Forum Replies Created
- AuthorPosts
- Diego PérezModerator
Hi!
You can run this commands and the issue should be fixed:
apt remove python3-prompt-toolkit
pip3 install prompt_toolkitLet me know.
DiegoDiego PérezModeratorHi!
Yes it can be turned off, watch this video:Greetings!
DiegoApril 30, 2021 at 5:43 pm in reply to: Intercepting & Modifying Responses In Transparent Mode #54358Diego PérezModeratorHi!
Why are you flushing the iptables? That will make that there’s no packets redirected to mitmweb.
Which website are you using for testing?Let me know.
DiegoDiego PérezModeratorHi!
According to the official documentation there’s no information related to the RTL8812BU chipset:
https://gitlab.tails.boum.org/tails/blueprints/-/wikis/wi-fi_adapters
But here they mention 2 adapter that should work fine with TAILS:
https://tails.boum.org/doc/anonymous_internet/networkmanager/index.en.html
Is almost at the bottom.
Hope it helps!
DiegoApril 29, 2021 at 6:00 pm in reply to: “Airmon-ng check kill command” works but then wifi reactivates instantly #54327Diego PérezModeratorHi!
Cool you got it!
DiegoDiego PérezModeratorHi!
What’s the exact model of each adapter?
What’s the exact error? Can you elaborate? Also some screenshots will help.Thanks!
DiegoDiego PérezModeratorHi!
All the settings look ok, so it should be working, and you have said that it sometimes work. Did you clear browser’s cahce before trying it?Are you sure you are using the latest custom kali image provided by Zaid? It’s important!
Let me know.
DiegoDiego PérezModeratorHi!
Which exact URL are you using?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?Thanks!
DiegoDiego PérezModeratorHi!
Just follow the instructions in the lecture, the compress/expand the social media tab and it should appear, or just restart maltego.
Greetings!
DiegoApril 28, 2021 at 6:14 pm in reply to: “Airmon-ng check kill command” works but then wifi reactivates instantly #54284Diego PérezModeratorHi!
What exactly do you mean by wifi reactivate? Can you elaborate?
Are you sure you are using the latest custom kali image provided by Zaid? It’s important!
Thanks!
DiegoDiego PérezModeratorHi!
Do you mean you can’t connect to https sites or that after successfully visiting a https site the internet goes down? Which https sites are you using for testing?
Try flushing the ipatables before running the attack:iptables –flush
iptables –table nat –flush
iptables –delete-chain
iptables –table nat –delete-chain
iptables -P FORWARD ACCEPTEnable port forwarding
echo 1 > /proc/sys/net/ipv4/ip_forwardThen it might should work fine.
Greetings!
DiegoDiego PérezModeratorHi!
Which exact https asites are you using for testing?
Let me know.
DiegoDiego PérezModeratorHi!
So is it redirecting properly when trying to open a http site? As mentioned this is the very first step.
Let me know.
DiegoDiego PérezModeratorHi!
As mentioned in the lecture this method only works against some routers, it won’t work against modern routers or ones that use PBC, Zaid still covered this though cause if it works then its a very good method to get the password as it is guaranteed.
See this method only works if the target uses pin authentication, because when PBC is enabled the router will refuse all requests and all pins even if we send it the right pin unless the wps button is pressed. If you are the attacker you won’t know if your target is using PBC authentication or not, you have to try this method, it is still works against some routers and if it is working it will give you a clear way to get a key.Greetings!
DiegoDiego PérezModeratorHi!
As mentioned forget about https at the moment, it has to work with http first, and I mean it should redirect you to the proper page.
Did you clear browser’s cache? Also did you follow the lectures again? As mentioned you shouldn’t not keep going if the basic part of the attack is not working.Let me know.
Diego - AuthorPosts