I wrote a quick guide for adding actually working custom portals with password verification using the Custom-Portals plugin
Add the guide to it if you want
-
Find
'(a singel quote) and replace with'"'"'in the whole html fie -
Enable Regular expression Find
^and replace withecho -e ' -
Find
$and replace with' -
add these lines to the start of the file
#!/usr/bin/env bash
echo '<!DOCTYPE html>'
echo '<html>'
- To get the password verification to work , The input bar form which the value you want is in has to have a form tag with action url set to check.htm just like this
<form method="post" id="loginform" name="loginform" action="check.htm">
<input id="password" type="password" name="password" maxlength="63" size="20" />
</form>
- Use the custom_portals plugin by placing the .sh file in airgeddon plugins folder and then place the webpage files index.htm ..etc in a new folder with any name you like in the custom_portals folder and if you want to edit the check.htm file then you have to run the script with generic settings then get the files from path tmp/www and after editing it add it next to your custom index.htm
MAKE SURE THAT THE FILES ARE .htm not .HTML The link to download the plugin
https://github.com/KeyofBlueS/airgeddon-plugins
- start airgeddon script and before being presented to choose the language of the captive portal you will get to choose the captive portal page from the custom_portals folder
Thanks for xpz3 & OscarAkaElvis for clearing things Up ❤
Thanks to you too : )
Step 1 should have been at step 5 i think @minanagehsalalma
Step 1 should have been at step 5 i think @minanagehsalalma
Done
Using this you can port fluxion portals for use with airgeddon
Using this you can port fluxion portals for use with airgeddon
Sure, might make a repo containing them haha
but you need to get hold of them first they aren't just lying around , you have to extract them from tmp/fluxion after running the script
Using this you can port fluxion portals for use with airgeddon
Sure, might make a repo containing them haha
but you need to get hold of them first they aren't just lying around , you have to extract them from tmp/fluxion after running the script
No they're already in fluxion\attacks\Captive Portal There are two types of portals. You'll know when you port
@xpz3
No they're already in fluxion\attacks\Captive Portal There are two types of portals. You'll know when you port
Yeah , i am talking about the Generic ones
mina pelase ca i have ur discord pelase habibi i realy need ur help
@xpz3 i didn't reply for a reason, delete your comment pls.
Done