moved intel AMT bypass code to the deprecated folder and added it to the gitignore

This commit is contained in:
ekultek 2017-11-11 10:42:17 -06:00
parent d4d6630f59
commit 0046932f60
2 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View file

@ -9,7 +9,7 @@ bin/__pycache__/
lib/__pycache__/
lib/attacks/__pycache__/
lib/attacks/admin_panel_finder/__pycache__/
lib/attacks/intel_me/__pycache__/
etc/deprecated/intel_me/__pycache__/
lib/attacks/nmap_scan/__pycache__/
lib/attacks/sqlmap_scan/__pycache__/
lib/attacks/whois_lookup/__pycache__/