Skip to content

zachzurn/DarklyCodeScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 14, 2016
6f17483 · Sep 14, 2016

History

4 Commits
Sep 14, 2016
Sep 14, 2016
Sep 14, 2016
Sep 14, 2016
Sep 14, 2016
Sep 14, 2016

Repository files navigation

Darkly Malicious Code Scanner

Scan web files for malicious code. Support for scanning PHP files at the moment.

I created this so I can havle a simple command line option to check for malicious code on new projects or for clients who have been hacked and need their website cleaned.

##Roadmap

###Scanner Types

  • Scans filesystem.
  • Scans website.

###PHP Scanner

  • Scans for malicious eval code eval(base64()).

  • Scans for malicious obscured eval code <?php $XZKsyG=’as’;$RqoaUO=’e’;.

  • Scans for extra long lines in PHP code.

###Web Scanner

  • Scans for malicious code inside html and javascript.

###Htaccess Scanner

  • Scans for malicious code inside htaccess looking for possible cloaking scenarios.

###Wordpress Scanner

  • Scans for malicious PHP code using the PHP Scanner.

  • Scans for malicious front end code using Web Scanner.

  • Scans for malicious code in the database using the credentials from wp-config.

  • Downloads matching version of Wordpress and compares for changed files in wp-admin.

About

⚡ 👿 Scan web files for malicious code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published