fey 0.0.3

fey is a fast and reliable username scanner
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# fey
Fast and reliable username searcher

# progress
- created live output system, but the write to file flag is not yet accounted for, so the output is written to a file but also printed

# TODO:
- [x] make it so the urls.txt file can be accessed from everywhere in filesystem by creating a config dir and (wget)ing the file from github
- [x] rework the whole output system, there needs to be a way that the data is filtert on the fly and not, alternativley get a progressbar (indicatif)
- [ ] to accelerate the process even more make multiple requests at once (5 max.) through threads
- [ ] let the user use a custom url list that is stored in ~/.config/fey/
- [ ] write own http request lib, so that i have more control over how requests are being made
- [ ] split the scanner of the main project 

# Credit where credit is due
i want to give credit to [sherlock](https://github.com/sherlock-project) for the list of websites that is being scanned