eth0izzle/Needl

Filter unwanted/inappropriate websites

Open

#16 opened on Jul 6, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (51 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (562 stars)
PR merge metrics
 (PR metrics pending)

Description

Moved from #13.

Some of the modules have a possibility of generating traffic that could be harmful if not outright incriminating. Without some kind of "safe mode", users could be putting themselves at real risk.

Possible methods:

  • Filter by profanity in URL and other descriptors.
  • Use already safe methods like Google Safe search.
  • Filter by top-level domains (.org, .gov, .tech tend to be safer bets)

This could have the effect of making traffic less believable, any making any real "unsafe" traffic stand out more. This should certainly not be the default.

Contributor guide