-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
81 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,81 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-US"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
|
||
<!-- Begin Jekyll SEO tag v2.8.0 --> | ||
<title>phonesploit.py | phonesploit</title> | ||
<meta name="generator" content="Jekyll v3.10.0" /> | ||
<meta property="og:title" content="phonesploit.py" /> | ||
<meta property="og:locale" content="en_US" /> | ||
<meta name="description" content="Python script using ADB to exploit ALL androids" /> | ||
<meta property="og:description" content="Python script using ADB to exploit ALL androids" /> | ||
<link rel="canonical" href="https://sudo-self.github.io/phonesploit/" /> | ||
<meta property="og:url" content="https://sudo-self.github.io/phonesploit/" /> | ||
<meta property="og:site_name" content="phonesploit" /> | ||
<meta property="og:type" content="website" /> | ||
<meta name="twitter:card" content="summary" /> | ||
<meta property="twitter:title" content="phonesploit.py" /> | ||
<script type="application/ld+json"> | ||
{"@context":"https://schema.org","@type":"WebSite","description":"Python script using ADB to exploit ALL androids","headline":"phonesploit.py","name":"phonesploit","url":"https://sudo-self.github.io/phonesploit/"}</script> | ||
|
||
|
||
<link rel="preconnect" href="https://fonts.gstatic.com"> | ||
<link rel="preload" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap" as="style" type="text/css" crossorigin> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="theme-color" content="#157878"> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> | ||
<link rel="stylesheet" href="/phonesploit/assets/css/style.css?v=4166ac00aa4b4b03761b08e4be02acf4197ec64a"> | ||
</head> | ||
<body> | ||
<a id="skip-to-content" href="#content">Skip to the content.</a> | ||
|
||
<header class="page-header" role="banner"> | ||
<h1 class="project-name">phonesploit.py</h1> | ||
<h2 class="project-tagline">Python script using ADB to exploit ALL androids</h2> | ||
|
||
<a href="https://github.com/sudo-self/phonesploit" class="btn">View on GitHub</a> | ||
|
||
|
||
</header> | ||
|
||
<main id="content" class="main-content" role="main"> | ||
<h2 id="phonesploitpy">phonesploit.py</h2> | ||
|
||
<p>An all-in-one hacking tool written in <code class="language-plaintext highlighter-rouge">Python</code> to remotely exploit Android devices using <code class="language-plaintext highlighter-rouge">ADB</code> (Android Debug Bridge) and <code class="language-plaintext highlighter-rouge">Metasploit-Framework</code>.</p> | ||
|
||
<h3 id="script">script</h3> | ||
|
||
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>git clone https://github.com/sudo-self/phonesploit.git | ||
cd phonesploit | ||
python3 phonesploit.py | ||
</code></pre></div></div> | ||
|
||
<h3 id="run-the-script--build-executable--create-dmg">run the script & build executable & create dmg</h3> | ||
|
||
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>sudo chmod +x setpup.sh | ||
./setup.sh | ||
</code></pre></div></div> | ||
|
||
<h3 id="executable">executable</h3> | ||
|
||
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>pyinstaller --onefile --icon="icon.icns" phonesploit.py | ||
</code></pre></div></div> | ||
<h3 id="create-dmg">create .dmg</h3> | ||
|
||
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>cd dist | ||
create-dmg phonesploit.dmg icon.icns phonesploit.dmg | ||
</code></pre></div></div> | ||
<p><img width="976" alt="Screenshot 2024-08-28 at 11 01 36 AM" src="https://github.com/user-attachments/assets/ac194b78-5f62-49c5-b3a8-c182b201f8a8" /></p> | ||
|
||
|
||
|
||
<footer class="site-footer"> | ||
|
||
<span class="site-footer-owner"><a href="https://github.com/sudo-self/phonesploit">phonesploit</a> is maintained by <a href="https://github.com/sudo-self">sudo-self</a>.</span> | ||
|
||
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span> | ||
</footer> | ||
</main> | ||
</body> | ||
</html> |