Skip to content

Commit

Permalink
Update php-backdoor-detector.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Yassine Addi authored Oct 2, 2016
1 parent f20b5b3 commit 3549ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php-backdoor-detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def scanPhpFile(self, file):
])

def virustotal(self, file):
apiKey = "99b3de5a67bbc64c922eedfa09fc0e281c5fa6a39b8c873ce11d5806b3e7c213"
apiKey = ""
if apiKey == "": return False
try:
r = requests.post("https://www.virustotal.com/vtapi/v2/file/scan", data={"apikey": apiKey}, files={"file": file})
Expand Down

0 comments on commit 3549ef9

Please sign in to comment.