Skip to content

frazzledpenguin/code-sniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

code-sniffer

The Big Idea

Create a program that is capable of parsing large text files of web pages to sniff out malicious code.

This will be done by using grammar checks and dictionaries to narrow in on obfuscated code that is often nonsensical to hide its nature.

Concepts

  • Bring large text into a scannable format
  • Look for common programming lexicons
  • Eliminate safe text from the search
  • Flag potential stings as nonsensical
  • Teach to recognize programming lexicons??
  • Natural language processing??
  • things to look for: file name and contents of file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published