Skip to content

it114/horus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

horus

A mobile pentesting framework written in Python. It is intended to have to 2 major components:

  • Static Analysis
  • Dynamic Analysis

Installation

  1. Clone the repository (git clone https://github.com/delta24/horus)
  2. Install virtualenv. (the package name maybe different depending on the distro)
  3. Set-up a virtualenv, say env by running mkvirtualenv env -p /usr/bin/python2.
  4. Activate the virtualenv source env/bin/activate.
  5. Install dependencies using pip install -r requirements.txt.
  6. Run the application server using python horus.py.

Screenshots

1.png

2.png

3.png

4.png

ROADMAP

  • Run the scan separately from the main Flask thread (blocking) - Highest priority
  • Refactor
  • PDF report generation

TOOLS INCLUDED

androguard as the main static analyzer backend

androwarn

androbugs framework

LICENSE

See the LICENSE file

About

An automated mobile security framework capable of performing static and dynamic analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published