authoscope is a scriptable network authentication cracker. While the space for common service bruteforce is already very well saturated, you may still end up writing your own python scripts when testing credentials for web applications. The scope of authoscope is specifically cracking custom services. This is done by writing scripts that are loaded into a lua runtime. Those scripts represent a single service and provide a verify(user, password) function that returns either true or false. Concurrency, progress indication, and reporting is magically provided by the authoscope runtime.
Features
- Decode a base64 string
- Encode a binary array with base64
- Clear all recorded errors to prevent a requeue
- Execute an external program. Returns the exit code
- Hex encode a list of bytes
- Calculate an hmac with md5. Returns a binary array
- Parses an HTML document and returns the first element that matches the css selector
License
GNU General Public License version 3.0 (GPLv3)Follow authoscope
You Might Also Like
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of authoscope!