APAF
APAF copied to clipboard
Anonymous Python Application Framework
This is a requirement for ooniprobe and it should be part of APAF: Here is the ticket on the trac page: https://trac.torproject.org/projects/tor/ticket/7557
If login with password fails I get sent the WWW-Authenticate headers and I get prompted to login with username and password. I believe this has to do with the use...
When I try and access the details page of an APAF service I get the following error: 2012-11-21 12:45:13+0100 [HTTPConnection,1,127.0.0.1] [Failure instance: Traceback: : string indices must be integers, not...
Currently APAF run as a long command line over twisted on Linux and OSX (even if packaged with .app). So when you make a "ps -auxw" you see a long...
Currently Tor have a security weakness so that the Tor Hidden Service Key and the file containing the hostname are stored in clear-text onto the computer's filesystem with no ability...
The default static web service bundled with APAF serves the contents of the system /tmp directory. Instructions for reproducing: (on Fedora 17 with python-virtualenv) (install virtualenv, virtualenvwrapper -- yum install...
Looking at https://github.com/globaleaks/APAF/blob/master/apaf/build.py, it appears that the download uses urrlib that does not verify SSL certificates and the function for verifying the signature of the binary always returns true. I...
Write a document that describes how to set up and run APAF and all dependencies.
Problem: Setting up cross-platform development require complex build platform, different build servers and the ability to re-create and environment from a clean machine. That's additionally required in order to bugfix...
When an Apaf Service is deployed under linux, it's possible and easier to gain a lot of security features. This ticket is to support the implementation of many security features...