Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.32 KB

README.md

File metadata and controls

55 lines (37 loc) · 1.32 KB

FTP-Miner

Sadly two of the previously included search engines are currently offline (last checked: 17. October 2018) It looks like FileMare and Filewatcher have given up on their service. Thus the current version of FTP-Miner includes the two remaining engines: Napalm and Mamont.

How do I do the thing?

Clone the repo, initialize a new virtualenv, install the deps.

git clone https://github.com/doomnuggets/FTP-Miner.git
cd FTP-Miner
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python ftpminer.py --help

Usage:

usage: ftpminer.py [-h] -s SEARCH [-b]

optional arguments:
  -h, --help            show this help message and exit
  -s SEARCH, --search SEARCH
                        The keyword(s) to search for.
  -b, --show-banner     Show engine banner above search results.

License

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                    Version 2, December 2004

 Copyright (C) 2018 doomnuggets

 Everyone is permitted to copy and distribute verbatim or modified
 copies of this license document, and changing it is allowed as long
 as the name is changed.

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. You just DO WHAT THE FUCK YOU WANT TO.

Fork

If you want.