All Projects → aktsk → Aprox

aktsk / Aprox

Licence: mit
android proxy setting tool

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Aprox

Injuredandroid
A vulnerable Android application that shows simple examples of vulnerabilities in a ctf style.
Stars: ✭ 317 (+832.35%)
Mutual labels:  security-testing, android-security
Apk Medit
memory search and patch tool on debuggable apk without root & ndk
Stars: ✭ 189 (+455.88%)
Mutual labels:  security-testing, android-security
apkutil
a useful utility for android app security testing
Stars: ✭ 52 (+52.94%)
Mutual labels:  android-security, security-testing
Caringcaribou
A friendly car security exploration tool for the CAN bus
Stars: ✭ 298 (+776.47%)
Mutual labels:  security-testing
Hackertarget
🎯 HackerTarget ToolKit - Tools And Network Intelligence To Help Organizations With Attack Surface Discovery 🎯
Stars: ✭ 320 (+841.18%)
Mutual labels:  security-testing
Security Tools
Collection of small security tools, mostly in Bash and Python. CTFs, Bug Bounty and other stuff.
Stars: ✭ 509 (+1397.06%)
Mutual labels:  security-testing
Owasp Zap Glue Ci Images
Ready to use images of Zap and Glue, especially for CI integration.
Stars: ✭ 25 (-26.47%)
Mutual labels:  security-testing
Securecodebox
secureCodeBox (SCB) - continuous secure delivery out of the box
Stars: ✭ 279 (+720.59%)
Mutual labels:  security-testing
Habu
Hacking Toolkit
Stars: ✭ 635 (+1767.65%)
Mutual labels:  security-testing
Sec skills
软件安全工程师技能表
Stars: ✭ 410 (+1105.88%)
Mutual labels:  android-security
Adhrit
Android Security Suite for in-depth reconnaissance and static bytecode analysis based on Ghera benchmarks.
Stars: ✭ 399 (+1073.53%)
Mutual labels:  android-security
Awesome Dotnet Security
Awesome .NET Security Resources
Stars: ✭ 325 (+855.88%)
Mutual labels:  security-testing
Dexcalibur
[Official] Android reverse engineering tool focused on dynamic instrumentation automation. Powered by Frida. It disassembles dex, analyzes it statically, generates hooks, discovers reflected methods, stores intercepted data and does new things from it. Its aim is to be an all-in-one Android reverse engineering platform.
Stars: ✭ 512 (+1405.88%)
Mutual labels:  android-security
R2frida
Radare2 and Frida better together.
Stars: ✭ 610 (+1694.12%)
Mutual labels:  android-security
Taipan
Web application vulnerability scanner
Stars: ✭ 359 (+955.88%)
Mutual labels:  security-testing
Command Injection Payload List
🎯 Command Injection Payload List
Stars: ✭ 658 (+1835.29%)
Mutual labels:  security-testing
Cwac Security
CWAC-Security: Helping You Help Your Users Defend Their Data
Stars: ✭ 294 (+764.71%)
Mutual labels:  android-security
Watchdog
Watchdog - A Comprehensive Security Scanning and a Vulnerability Management Tool.
Stars: ✭ 345 (+914.71%)
Mutual labels:  security-testing
Awesome Android Security
A curated list of Android Security materials and resources For Pentesters and Bug Hunters
Stars: ✭ 506 (+1388.24%)
Mutual labels:  android-security
Passhunt
Passhunt is a simple tool for searching of default credentials for network devices, web applications and more. Search through 523 vendors and their 2084 default passwords.
Stars: ✭ 961 (+2726.47%)
Mutual labels:  security-testing

aprox

License: MIT

Android PROXy setting tool

Motivation

In the security test for android apps, we can specify a local proxy server or local DNS server from the Wifi settings and use a proxy tool to check request and response. Since it is troublesome to configure this from the GUI, we created this tool so that it can be configured from the CUI.

Requirements

  • adb
  • Android Device

Installation

$ pip install git+ssh://[email protected]/aktsk/aprox.git

Usage

Subcommands are assigned with alias, which is useful.

subcommand alias desc
proxy p Set local proxy server
dns d Set local DNS server(rooted device only)
clear c, cl Clear local proxy/DNS setting
manual m Access WiFi settings page on GUI

Set Proxy Server

proxy subcommand set the local proxy Server.

$ aprox proxy 192.168.100.10:8080
Local proxy has been set up

Set DNS Server (rooted device only)

dns subcommand set the local DNS Server. This only works on rooted devices.

Fake DNS servers can be set up using PacketProxy.

$ aprox dns 192.168.100.10
200 0 Resolver command succeeded

Clear Settings

clear subcommand clear local proxy/DNS setting.

$ aprox clear
Local proxy is not configured...
Cleared local DNS settings!!

Access Wifi settings page

manual subcommand access WiFi settings page on GUI.

$ aprox manual
Starting: Intent { act=android.settings.WIRELESS_SETTINGS flg=0x4000000 }

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].