mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
remove dscanner subcommand
It's unused and unmaintained. It could potentially be revived as a plugin at a later point.
This commit is contained in:
parent
da24a45e83
commit
8961485125
16 changed files with 0 additions and 963 deletions
16
README.md
16
README.md
|
@ -85,22 +85,6 @@ RAM. These test scripts are in the root of the project, all starting
|
|||
with _jenkins-_ since they are run on https://jenkins.debian.net.
|
||||
|
||||
|
||||
|
||||
### Drozer Scanner
|
||||
|
||||
There is a new feature under development that can scan any APK in a
|
||||
repo, or any build, using Drozer. Drozer is a dynamic exploit
|
||||
scanner, it runs an app in the emulator and runs known exploits on it.
|
||||
|
||||
This setup requires specific versions of two Python modules:
|
||||
_docker-py_ 1.9.0 and _requests_ older than 2.11. Other versions
|
||||
might cause the docker-py connection to break with the containers.
|
||||
Newer versions of docker-py might have this fixed already.
|
||||
|
||||
For Debian based distributions:
|
||||
|
||||
apt-get install libffi-dev libssl-dev python-docker
|
||||
|
||||
## Translation
|
||||
|
||||
Everything can be translated. See
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue