fey

Crates.iofey
lib.rsfey
version0.0.3
sourcesrc
created_at2023-12-13 12:32:05.6922
updated_at2023-12-14 09:16:10.78238
descriptionfey is a fast and reliable username scanner
homepage
repositoryhttps://github.com/fey-project/fey/
max_upload_size
id1067993
size92,716
k (falkwitte)

documentation

README

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:

  • 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
  • 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 for the list of websites that is being scanned

Commit count: 41

cargo fmt