8000 Update 0.2.2 · CKAndroidProject/adbsploit@3277ba9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3277ba9

Browse files
authored
Update 0.2.2
1 parent e43fc0e commit 3277ba9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

adbsploit/adbsploit.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#!/usr/bin/python3
22
# coding: utf8
3-
"""
4-
NOTE:
5-
GitHub: https://github.com/mesquidar/adbsploit/
6-
Pull request by WitBlack
7-
"""
3+
84
try:
95
import os
106
import shutil
@@ -17,7 +13,7 @@
1713
from rich.console import Console
1814
from rich.table import Table
1915
except:
20-
print('\x1b[0;31mSome deepends not installed.')
16+
print('\x1b[0;31mSome deependencies not installed.')
2117
print('RUN: "pip install colorama rich adbutils pyfiglet" to install missing items.')
2218
os.exit(1)
2319

0 commit comments

Comments
 (0)
0