Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MaliciousErection/drozer-agent-maliciouserection
Slightly modified version of the Drozer Agent application.
https://github.com/MaliciousErection/drozer-agent-maliciouserection
Last synced: 3 months ago
JSON representation
Slightly modified version of the Drozer Agent application.
- Host: GitHub
- URL: https://github.com/MaliciousErection/drozer-agent-maliciouserection
- Owner: MaliciousErection
- License: bsd-3-clause
- Created: 2020-09-17T13:30:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T03:15:16.000Z (7 months ago)
- Last Synced: 2024-05-13T19:32:12.898Z (6 months ago)
- Language: Java
- Homepage:
- Size: 29.5 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - MaliciousErection/drozer-agent-maliciouserection - Slightly modified version of the Drozer Agent application. (Java)
README
MALICIOUS ERECTION UPDATE
----------------------
Slightly modified the project:* Added custom icons to look unique
* Server starts automatically when you open the appIf you want to connect to this version of Drozer, there are a few options:
* Docker image created by @Yogehi which can be found here: https://hub.docker.com/r/yogehi/drozer_docker
* Docker image created by WithSecure which can be found here: https://hub.docker.com/r/withsecurelabs/drozer
* The Drozer client for your computer which can be found here: https://github.com/WithSecureLabs/drozerBELOW IS THE ORIGINAL README PROVIDED BY MWR INFOSECURITY / THE ORIGINAL AUTHORS OF DROZER
drozer-agent
======drozer (formerly Mercury) is a leading security testing framework for Android.
drozer allows you to search for security vulnerabilities in apps and devices by assuming the role of an app and interacting with the Dalvik VM, other apps' IPC endpoints and the underlying OS.
drozer provides tools to help you use, share and understand public Android exploits. It helps you to deploy a drozer Agent to a device through exploitation or social engineering. Using weasel (MWR's advanced exploitation payload) drozer is able to maximise the permissions available to it by installing a full agent, injecting a limited agent into a running process, or connecting a reverse shell to act as a Remote Access Tool (RAT).
drozer is open source software, maintained by WithSecure, and can be downloaded from [https://labs.withsecure.com/tools/drozer]
Building Using Android Studio
-----------------------------1. Open Android Studio and launch the Android SDK manager from it (Tools > Android > SDK Manager)
2. Check that these two components are installed and updated to the latest version. Install or upgrade
them if necessary.
1. *Android SDK Platform Tools*
2. *Android Support Library*
3. *Google Play Services*
4. *Google Repository*
5. *Android NDK tools*
3. Return to Android Studio and select *Import Project*
4. Select the **drozer-agent** directory
5. Select "Import from existing model - Gradle"**IMPORTANT**: Once imported make sure the project has been synchronized with the Gradle files.
License
-------drozer is released under a 3-clause BSD License. See LICENSE for full details.
Contacting the Project
----------------------drozer is Open Source software, made great by contributions from the community.
For full source code, to report bugs, or to suggest features and contribute patches please see our Github project:
[https://github.com/WithSecureLabs/drozer]