Skip to content

Tries to detect bad words by scanning for them in different ways. Replacing symbols, removing spaces and removing duplicates. There are things which can definitely bypass this and sometimes even return false positive

License

Notifications You must be signed in to change notification settings

ContionMig/Bad-Word-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bad-Word-Scanner

[My Website]

Discription

Tries to detect bad words by scanning for them in different ways. Replacing symbols, removing spaces and removing duplicates. There are things which can definitely bypass this and sometimes even return false positive

Features

  • Scans for some common words
  • Removes spaces to detect words such as ( f u c k ) -> ( fuck )
  • Replaces symbols to detect words such as ( @ss ) -> ( ass )
  • Removes letter duplicates to detect words such as ( fuuuuuuccccckkkkkkk ) -> ( fuck )
  • Combines all the filters to detect words such as ( @ ss S h 1 t F u c k )

Screenshots

ScreenShot

System Portability

  • Tested on x64
  • Can be built both in 64 and 86

About

Tries to detect bad words by scanning for them in different ways. Replacing symbols, removing spaces and removing duplicates. There are things which can definitely bypass this and sometimes even return false positive

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages