3 projects tagged "English"
Sploitego is a rapid local transform development framework for Maltego. The original focus of Sploitego was to provide a set of transforms that would aid in the execution of penetration tests and vulnerability assessments. It has become evident that the framework can be used for much more than that. Sploitego is perfect for anyone wishing to graphically represent their data in Maltego without hassle. It has generated interest from digital forensics analysts and pen-testers, and even psychologists. Core features include an easily extensible and configurable framework, scripts for debugging, configuring, and installing transforms, auxiliary modules focused on Open Source Intelligence gathering as well as penetration testing, and a number of awesome pen-testing transforms.
pymiproxy is a small, lightweight, man-in-the-middle embeddable proxy capable of performing HTTP and HTTPS (or SSL) inspection. The proxy provides a built-in certificate authority that is capable of generating certificates for SSL-based destinations. Pymiproxy is also extensible, and provides two methods for extending the proxy: method overloading and a pluggable interface. It is ideal for situations where you're in dire need of a proxy to tamper with out- and/or in-bound HTTP data.
DevContest is a tool for teachers of programming that makes it possible to create programming contests for your students. You prepare tasks, a description of them, an examle of the input and output, and a Python script that generates input and output. Students send their source code to the server and the system decides if they work well..