Ghost anwenden: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Hack) |
|||
| Zeile 33: | Zeile 33: | ||
*Android Debug Bridge | *Android Debug Bridge | ||
=Connect= | =Connect= | ||
| − | + | *ghost>connect ip:5555 | |
| + | =Core Commands= | ||
| + | <pre> | ||
| + | ============= | ||
| + | |||
| + | Command Description | ||
| + | ------- ----------- | ||
| + | clear Clear terminal window. | ||
| + | details Show module command details. | ||
| + | exec Execute local system command. | ||
| + | exit Exit and close current session. | ||
| + | help Show available session commands. | ||
| + | |||
| + | Settings Commands | ||
| + | ================= | ||
| + | |||
| + | Command Description | ||
| + | ------- ----------- | ||
| + | activity Show device activity information. | ||
| + | battery Show device battery state. | ||
| + | netstat Show device network information. | ||
| + | sysinfo Show device system information. | ||
| + | wifi Control device wifi service. | ||
| + | |||
| + | Managing Commands | ||
| + | ================= | ||
| + | |||
| + | Command Description | ||
| + | ------- ----------- | ||
| + | click Clicks the specified x and y axis. | ||
| + | keyboard Control device keyboard. | ||
| + | keycode Press/Simulate keypress on target device. | ||
| + | openurl Open URL on device. | ||
| + | screen Control device screen. | ||
| + | screenshot Take device screenshot. | ||
| + | shell Open device shell. | ||
| + | type Types the specified text on the device. | ||
| + | upload Upload local file. | ||
| + | |||
| + | Stealing Commands | ||
| + | ================= | ||
| + | |||
| + | Command Description | ||
| + | ------- ----------- | ||
| + | download Download remote file. | ||
| + | view_contacts Show Contacts Saved on Device. | ||
| + | |||
| + | Boot Commands | ||
| + | ============= | ||
| + | |||
| + | Command Description | ||
| + | ------- ----------- | ||
| + | reboot Reboot device. | ||
| + | </pre> | ||
=Links= | =Links= | ||
*https://www.kalilinux.in/2020/03/control-android-devices-ghost.html | *https://www.kalilinux.in/2020/03/control-android-devices-ghost.html | ||
Version vom 6. August 2021, 07:03 Uhr
Installation
- pip3 install git+https://github.com/EntySec/Ghost
Starten
________.__ __ ,
/ _____/| |__ ____ _______/ |_ \`-, , =-
/ \ ___| | \ / _ \/ ___/\ __\ .-._/ \_____)\
\ \_\ \ Y ( <_> )___ \ | | (" / =-
\______ /___| /\____/____ > |__| '-; ,_____.-' =-
\/ \/ \/ /__.'
Ghost Framework v7.0.0
--------------------
[*] Also explore our last projects:
* HatSploit (https://github.com/EntySec/HatSploit) - Modular exploitation
* HatVenom (https://github.com/EntySec/HatVenom) - Binary exploitation
* Shreder (https://github.com/EntySec/Shreder) - SSH bruteforce
* RomBuster (https://github.com/EntySec/RomBuster) - Router hacking
* CamOver (https://github.com/EntySec/CamOver) - Camera hacking
* CamRaptor (https://github.com/EntySec/CamRaptor) - Camera hacking
[i] Please rate my work by star :)
Our Twitter: @entysec
CEO Twitter: @enty8080
ghost>
Hack
- Suchfeld
- Android Debug Bridge
Connect
- ghost>connect ip:5555
Core Commands
=============
Command Description
------- -----------
clear Clear terminal window.
details Show module command details.
exec Execute local system command.
exit Exit and close current session.
help Show available session commands.
Settings Commands
=================
Command Description
------- -----------
activity Show device activity information.
battery Show device battery state.
netstat Show device network information.
sysinfo Show device system information.
wifi Control device wifi service.
Managing Commands
=================
Command Description
------- -----------
click Clicks the specified x and y axis.
keyboard Control device keyboard.
keycode Press/Simulate keypress on target device.
openurl Open URL on device.
screen Control device screen.
screenshot Take device screenshot.
shell Open device shell.
type Types the specified text on the device.
upload Upload local file.
Stealing Commands
=================
Command Description
------- -----------
download Download remote file.
view_contacts Show Contacts Saved on Device.
Boot Commands
=============
Command Description
------- -----------
reboot Reboot device.