android-reverseshell-http
Android ReverseShell over HTTP
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.0%) to scientific vocabulary
Repository
Android ReverseShell over HTTP
Basic Info
- Host: GitHub
- Owner: In3tinct
- License: apache-2.0
- Language: Java
- Default Branch: main
- Size: 3.6 MB
Statistics
- Stars: 17
- Watchers: 1
- Forks: 1
- Open Issues: 2
- Releases: 0
Metadata Files
README.md
Android Reverse Shell Over HTTP
While working on a project, Metasploit HTTP reverse shell was crashing, so i decided to write this project for anyone who would need to generate a malicious apk for testing (authorized) or learning Android Security. It sends over a reverseshell over HTTP tunnel. Future extensions may include HTTPS too.
Steps to Run
1) Clone the github repo and Import this project into Android Studio. Change the below lines for configuring your hostname to get reverse shell.
https://github.com/In3tinct/Android-ReverseShell-HTTP/blob/main/app/src/main/java/com/example/hell0/Shello.java#L72
https://github.com/In3tinct/Android-ReverseShell-HTTP/blob/main/app/src/main/java/com/example/hell0/Shello.java#L36
https://github.com/In3tinct/Android-ReverseShell-HTTP/blob/main/app/src/main/res/xml/networksecurityconfig.xml#L4
2) Build the project and generate APK.
3) Run a server for reverse shell to connect back. https://github.com/In3tinct/Information-Security/blob/master/Python-Server-For-ReverseShell/pythonserver.py
python3 pythonserver.py
4) Transfer the generated APK to the device and run it, wait for reverse shell.

I've used multiple online sources to built this project.
Citation
Please cite, If you use this software in your Research papers, articles etc.
@software{Agrawal_Android-ReverseShell-HTTP_Research_project_2022,
author = {Agrawal, Vaibhav},
month = aug,
title = {{Android-ReverseShell-HTTP: Research project for Android Security}},
url = {https://github.com/In3tinct/Android-ReverseShell-HTTP},
version = {1.0.0},
year = {2022}
}
License
Apache 2.0; see LICENSE for details.
Disclaimer
This is an experimental project and the owner of this project shall not be held liable for any actions performed using this tool. It is the sole responsibility of the end-user.
Owner
- Name: In3tinct
- Login: In3tinct
- Kind: user
- Repositories: 10
- Profile: https://github.com/In3tinct
Security Enthusiast, Appsec/Netsec
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software in your research papers or other resources, please cite it as below." authors: - family-names: "Agrawal" given-names: "Vaibhav" title: "Android-ReverseShell-HTTP: Research project for Android Security" version: 1.0.0 date-released: 2022-08-22 url: "https://github.com/In3tinct/Android-ReverseShell-HTTP"
GitHub Events
Total
- Watch event: 2
- Push event: 5
- Pull request event: 2
- Create event: 1
Last Year
- Watch event: 2
- Push event: 5
- Pull request event: 2
- Create event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: less than a minute
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- In3tinct (1)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- androidx.appcompat:appcompat 1.4.2 implementation
- androidx.constraintlayout:constraintlayout 2.1.4 implementation
- androidx.navigation:navigation-fragment 2.5.0 implementation
- androidx.navigation:navigation-ui 2.5.0 implementation
- com.google.android.material:material 1.6.1 implementation
- junit:junit 4.13.2 testImplementation