Metadata-Version: 2.1
Name: YAAF
Version: 1.0
Summary: A multi-threaded Admin Finder.
Home-page: 
Author: Romeu Gomes
Author-email: romeu.bizz@gmail.com
License: Copyright (c) 2014 Romeu Gomes
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in
        all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
        THE SOFTWARE.
        
Classifier: Programming Language :: Python :: 3.4
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Topic :: Security
Classifier: Topic :: Utilities
Classifier: Development Status :: 5 - Production/Stable
License-File: LICENSE.txt

YAAF - Yet Another Admin Finder
===============================

ATTENTION
---------

This is just a project I made for learning experience. I'm not responsible for whatever you do with  
this software.


What is it?
-----------

This is a simple Admin Finder with many useful features.
Originally made in **Python 3.4**.

Features
--------

This python script offers **many** advantages:

- **Multi-threading** - It supports multi-threading from 1 thread to 10 threads.
- **Written in Python's last version** - Python2.7 is great because of the amount of libraries. But Python3.4 is the future!
- **Custom extensions** - You can add a custom extension, for example, `.php`. Every link it will try, will have `.php` added in the end.
- **Result logging** - If you want, you can save the results in `$HOME/.yaaf_output`.
- **User-Agent** - You can customize the User-Agent you want to use.
- **Link Sanitize** - Many websites can have different request responses to different urls. So the `--sanitize` arg forces the link to appear like `example.com`.
- **Custom wordlists** - You can use a custom wordlist.  

For more information, just use the `--help` command.

Why?
----

I saw an Admin Finder in the [BlackArch](http://blackarch.org/) repositories ([link](http://packetstormsecurity.com/files/112855/Admin-Page-Finder-Script.html)). I checked it's source and I thought it was too simplistic.  
So I thought about creating my own version of an Admin Finder script. It turned out to be something **much** better!

 
