-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
954baa1
commit 6fc37e5
Showing
3 changed files
with
246 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,144 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>WIPWN Documentation</title> | ||
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/anbuinfosec/wipwn/refs/heads/main/images/image.png"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="styles.css"> | ||
</head> | ||
<body> | ||
<div class="container my-5"> | ||
<header class="text-center mb-5"> | ||
<img src="https://raw.githubusercontent.com/anbuinfosec/wipwn/refs/heads/main/images/image.png" alt="Logo" class="mb-3" style="max-width: 150px;"> | ||
<h1>WIPWN</h1> | ||
<p>Hack WiFi using Termux (rooted)</p> | ||
</header> | ||
|
||
<section class="mb-5"> | ||
<h2>Requirements</h2> | ||
<ul> | ||
<li><a href="https://www.python.org" target="_blank">Python</a></li> | ||
<li><a href="https://www.kali.org/tools/pixiewps/" target="_blank">Pixiewps</a></li> | ||
<li><a href="https://wiki.archlinux.org/title/wpa_supplicant" target="_blank">Wpa-supplicant</a></li> | ||
</ul> | ||
</section> | ||
|
||
<section class="mb-5"> | ||
<h2>Installation</h2> | ||
<div class="mb-3"> | ||
<button class="btn btn-outline-primary btn-sm copy-btn" data-copy="pkg update && pkg upgrade -y">Copy</button> | ||
<code>pkg update && pkg upgrade -y</code> | ||
</div> | ||
<div class="mb-3"> | ||
<button class="btn btn-outline-primary btn-sm copy-btn" data-copy="pkg install root-repo -y">Copy</button> | ||
<code>pkg install root-repo -y</code> | ||
</div> | ||
<div class="mb-3"> | ||
<button class="btn btn-outline-primary btn-sm copy-btn" data-copy="pkg install git tsu python wpa-supplicant pixiewps iw -y">Copy</button> | ||
<code>pkg install git tsu python wpa-supplicant pixiewps iw -y</code> | ||
</div> | ||
<div class="mb-3"> | ||
<button class="btn btn-outline-primary btn-sm copy-btn" data-copy="git clone https://github.com/anbuinfosec/wipwn">Copy</button> | ||
<code>git clone https://github.com/anbuinfosec/wipwn</code> | ||
</div> | ||
<div class="mb-3"> | ||
<button class="btn btn-outline-primary btn-sm copy-btn" data-copy="cd wipwn">Copy</button> | ||
<code>cd wipwn</code> | ||
</div> | ||
<div> | ||
<button class="btn btn-outline-primary btn-sm copy-btn" data-copy="chmod +x main.py">Copy</button> | ||
<code>chmod +x main.py</code> | ||
</div> | ||
</section> | ||
|
||
<section class="mb-5"> | ||
<h2>Usage</h2> | ||
<p>Help: <code>sudo python main --help</code></p> | ||
<p>Example: <code>sudo python main.py -i wlan0 -K</code></p> | ||
</section> | ||
|
||
<section class="mb-5"> | ||
<h2>Note</h2> | ||
<ul> | ||
<li>First turn off your WiFi.</li> | ||
<li>Turn on Hotspot.</li> | ||
<li>Turn on Location.</li> | ||
</ul> | ||
</section> | ||
|
||
<section class="mb-5"> | ||
<h2>Commands</h2> | ||
<div class="mb-3"> | ||
<button class="btn btn-outline-primary btn-sm copy-btn" data-copy="sudo python main.py -i wlan0 -K">Copy</button> | ||
<code>sudo python main.py -i wlan0 -K</code> | ||
</div> | ||
<div class="mb-3"> | ||
<button class="btn btn-outline-primary btn-sm copy-btn" data-copy="bash wipwn.sh">Copy</button> | ||
<code>bash wipwn.sh</code> | ||
</div> | ||
<div class="mb-3"> | ||
<button class="btn btn-outline-primary btn-sm copy-btn" data-copy="sudo python main.py -i wlan0 -b 00:91:4C:C3:AC:28 -K">Copy</button> | ||
<code>sudo python main.py -i wlan0 -b 00:91:4C:C3:AC:28 -K</code> | ||
</div> | ||
<div class="mb-3"> | ||
<button class="btn btn-outline-primary btn-sm copy-btn" data-copy="sudo python main.py -i wlan0 -b 50:0F:F5:B0:08:05 -B -p 1234">Copy</button> | ||
<code>sudo python main.py -i wlan0 -b 50:0F:F5:B0:08:05 -B -p 1234</code> | ||
</div> | ||
</section> | ||
|
||
<section class="mb-5"> | ||
<h2>Troubleshooting</h2> | ||
<p><strong>"Device or resource busy (-16)"</strong> - Turn on WiFi and then turn off WiFi.</p> | ||
</section> | ||
|
||
<section class="mb-5"> | ||
<h2>Screenshots</h2> | ||
<div class="row"> | ||
<div class="col-md-3"> | ||
<img src="https://raw.githubusercontent.com/anbuinfosec/anbuinfosec/refs/heads/main/assets/wipwn/1.jpg" class="img-fluid" alt="Banner"> | ||
</div> | ||
<div class="col-md-3"> | ||
<img src="https://raw.githubusercontent.com/anbuinfosec/anbuinfosec/refs/heads/main/assets/wipwn/2.jpg" class="img-fluid" alt="Cracked"> | ||
</div> | ||
<div class="col-md-3"> | ||
<img src="https://raw.githubusercontent.com/anbuinfosec/anbuinfosec/refs/heads/main/assets/wipwn/3.jpg" class="img-fluid" alt="Saved Data"> | ||
</div> | ||
<div class="col-md-3"> | ||
<img src="https://raw.githubusercontent.com/anbuinfosec/anbuinfosec/refs/heads/main/assets/wipwn/4.jpg" class="img-fluid" alt="Config.txt"> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<footer class="text-center mt-5"> | ||
<h3>❤️ Thanks for Stars and Forks</h3> | ||
<a href="https://github.com/anbuinfosec/wipwn/stargazers" target="_blank"> | ||
<img src="https://reporoster.com/stars/dark/anbuinfosec/wipwn" alt="Stargazers"> | ||
</a> | ||
<a href="https://github.com/anbuinfosec/wipwn/network/members" target="_blank"> | ||
<img src="https://reporoster.com/forks/dark/anbuinfosec/wipwn" alt="Forkers"> | ||
</a> | ||
|
||
<div class="mt-4"> | ||
<h5>Follow the Developer</h5> | ||
<a href="https://facebook.com/anbuinfosec" target="_blank" class="me-3"> | ||
<img src="https://cdn-icons-png.flaticon.com/512/5968/5968764.png" alt="GitHub" style="width: 30px;"> | ||
</a> | ||
<a href="https://github.com/anbuinfosec" target="_blank" class="me-3"> | ||
<img src="https://cdn-icons-png.flaticon.com/512/733/733553.png" alt="GitHub" style="width: 30px;"> | ||
</a> | ||
<a href="https://twitter.com/anbuinfosec" target="_blank" class="me-3"> | ||
<img src="https://cdn-icons-png.flaticon.com/512/733/733579.png" alt="Twitter" style="width: 30px;"> | ||
</a> | ||
<a href="https://www.linkedin.com/in/anbuinfosec" target="_blank"> | ||
<img src="https://cdn-icons-png.flaticon.com/512/733/733561.png" alt="LinkedIn" style="width: 30px;"> | ||
</a> | ||
</div> | ||
</footer> | ||
</div> | ||
|
||
<script src="scripts.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
document.querySelectorAll('.copy-btn').forEach(button => { | ||
button.addEventListener('click', () => { | ||
navigator.clipboard.writeText(button.dataset.copy).then(() => { | ||
const toast = document.createElement('div'); | ||
toast.className = 'toast align-items-center text-bg-success border-0'; | ||
toast.role = 'alert'; | ||
toast.style.position = 'fixed'; | ||
toast.style.top = '1rem'; | ||
toast.style.right = '1rem'; | ||
toast.style.zIndex = '1055'; | ||
toast.innerHTML = ` | ||
<div class="d-flex"> | ||
<div class="toast-body">Copied to clipboard!</div> | ||
<button type="button" class="btn-close btn-close-white me-2 m-auto" data-bs-dismiss="toast" aria-label="Close"></button> | ||
</div>`; | ||
document.body.appendChild(toast); | ||
|
||
const bootstrapToast = new bootstrap.Toast(toast); | ||
bootstrapToast.show(); | ||
|
||
toast.addEventListener('hidden.bs.toast', () => toast.remove()); | ||
}); | ||
}); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
body { | ||
background: linear-gradient( | ||
-45deg, | ||
#ffffff, | ||
#ffe4e9, | ||
#fcc8e2, | ||
#f6baed, | ||
#efb0ff, | ||
#d3a2ff, | ||
#8eb8ff, | ||
#91efff, | ||
#d5f9ff | ||
); | ||
background-size: 800% 800%; | ||
animation: gradient 9s ease infinite; | ||
height: 100vh; | ||
} | ||
|
||
@keyframes gradient { | ||
0% { | ||
background-position: 0% 50%; | ||
} | ||
50% { | ||
background-position: 100% 50%; | ||
} | ||
100% { | ||
background-position: 0% 50%; | ||
} | ||
} | ||
|
||
.container { | ||
background: rgba(255, 255, 255, 0.85); | ||
border-radius: 8px; | ||
padding: 20px; | ||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); | ||
} | ||
|
||
header img { | ||
border-radius: 50%; | ||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); | ||
} | ||
|
||
section { | ||
margin-bottom: 40px; | ||
} | ||
|
||
.copy-btn { | ||
margin-right: 10px; | ||
} | ||
|
||
footer { | ||
margin-top: 20px; | ||
padding: 20px; | ||
text-align: center; | ||
background: rgba(255, 255, 255, 0.9); | ||
border-radius: 12px; | ||
box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); | ||
} | ||
|
||
footer h3 { | ||
font-size: 1.5rem; | ||
color: #333; | ||
margin-bottom: 15px; | ||
} | ||
|
||
footer a { | ||
margin: 0 10px; | ||
display: inline-block; | ||
} | ||
|
||
footer img { | ||
max-width: 500px; | ||
transition: transform 0.3s ease; | ||
} | ||
|
||
footer img:hover { | ||
transform: scale(1.1); | ||
} |