-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
91 lines (69 loc) · 4.42 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="favicon.ico" />
<link rel="icon" type="image/x-icon" sizes="16x16 32x32" href="favicon.ico">
<link rel="apple-touch-icon" sizes="any" href="apple-touch-icon.png">
<link rel="icon" sizes="32x32" href="favicon-32.png" >
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="favicon-144.png">
<meta name="theme-color" content="#ffffff">
<link rel="manifest" href="manifest.json">
<link rel="icon" sizes="192x192" href="favicon-192.png">
<!-- 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>