From d2d126b812c7faef9a7f9898e0818ae93b064512 Mon Sep 17 00:00:00 2001 From: Matias Barcenas Date: Sun, 13 Aug 2017 12:25:01 -0500 Subject: [PATCH] Updated Router page (markdown) --- Router-page.md => Using-a-custom-prota.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) rename Router-page.md => Using-a-custom-prota.md (59%) diff --git a/Router-page.md b/Using-a-custom-prota.md similarity index 59% rename from Router-page.md rename to Using-a-custom-prota.md index 0fe1268..5b9e097 100644 --- a/Router-page.md +++ b/Using-a-custom-prota.md @@ -8,9 +8,9 @@ In debian, or its derivatives (Kali, Ubuntu, ...), you can do this by running: ``` [sudo] apt-get install cutycapt httrack ``` -If you use another OS, simply replace the package manager "apt-get" with your system's default package manager; e.g. in centos, yum, etc. +If you use another OS, simply replace the package manager "apt-get" with your system's default package manager (e.g. in centos, yum, etc.). -In arch the installation is simple. +In arch, the installation is simple: ``` [sudo] pacman -S httrack yaourt cutycapt --noconfirm @@ -39,11 +39,14 @@ bash router.sh
![](http://i.imgur.com/x9P0PT6.png)
-You can find the router'S login page in:
+You'll find the router's login page in the site's directory, named after your gateway's IP address:
```sites/192.168.X.1```

**Sample output**
![](http://imgur.com/gAmfohN.png)
+## Adding fluxion support +If you're up to the task, you can make the page work with fluxion yourself by following this guide (coming up). Otherwise, you can share your web page and we'll eventually get to making it functional ourselves. -## Add it in fluxion \ No newline at end of file +## Add it to fluxion +A Portal must be stored in its own independent directory, containing all its pages and assets. A portal directory must follow the naming scheme "Brand_Language.portal" to be properly detected by fluxion. Once prepared, the portal can be moved to "fluxion/attacks/Captive Portal/sites/" for fluxion to use. \ No newline at end of file