If you want to quickly host a directory on your machine over the internet this will help you!
# If you dont have / or are not sure if you ngrok use this command
python qhost.py /path/to/directory -i
The android/meterpreter/reverse_tcp payload is a Java-based Meterpreter that can be used on an | |
Android device. It is still at an early stage of development, but there are so many things you can | |
do with it already. | |
The Android Meterpreter allows you to do things like take remote control the file system, listen to phone calls, retrieve or send SMS messages, geo-locate the user, run post-exploitation modules, etc. | |
## Vulnerable Application | |
You can test android/meterpreter/reverse_tcp on these devices: |
import random | |
import click | |
import uvicorn | |
from fastapi import FastAPI, APIRouter, Depends, Request | |
# Service | |
class MySingletonService: | |
def __init__(self): |