Skip to content

Commit

Permalink
clean up unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
harris21 committed Jul 21, 2016
1 parent 732756a commit 2c75725
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions afot.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,16 @@ def main():

time.sleep(2)

print colored('Cleaning up unnecessary files...', 'yellow')

# Delete unnecessary files
deleteFile('windows.csv')
deleteFile('hashes.txt')
deleteFile('nist.csv')
deleteFile('infected.txt')

time.sleep(2)

print colored('\nreport.csv', 'green') + colored(' file has been created containing a full report!', 'yellow')

sys.exit(1)
Expand Down

0 comments on commit 2c75725

Please sign in to comment.