Skip to content

Commit

Permalink
webshell
Browse files Browse the repository at this point in the history
  • Loading branch information
grayddq authored and grayddq committed Apr 15, 2019
1 parent 99fda82 commit f09f5ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GScan.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from lib.Config_Analysis import *
from lib.Log_Analysis import *
from lib.Rootkit_Analysis import *
from lib.Webshell_Analysis import *

if __name__ == '__main__':
progam = u'''
Expand Down Expand Up @@ -55,7 +56,7 @@
# rootkit检测
Rootkit_Analysis().run()
# WEBShell类扫描

Webshell_Analysis().run()

# 输出报告
print(u'-' * 30)
Expand Down

0 comments on commit f09f5ff

Please sign in to comment.