mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
added unversioned files to the .gitignore
This commit is contained in:
parent
0ea3597462
commit
fc28f0de36
1 changed files with 14 additions and 3 deletions
17
.gitignore
vendored
17
.gitignore
vendored
|
|
@ -5,6 +5,17 @@ geckodriver.log
|
|||
bin/executed.txt
|
||||
bin/paths
|
||||
bin/version_info
|
||||
checksum.txt
|
||||
etc/ip_resolvers.txt
|
||||
etc/sub_names.txt
|
||||
bin/__pycache__/
|
||||
lib/__pycache__/
|
||||
lib/attacks/__pycache__/
|
||||
lib/attacks/admin_panel_finder/__pycache__/
|
||||
lib/attacks/intel_me/__pycache__/
|
||||
lib/attacks/nmap_scan/__pycache__/
|
||||
lib/attacks/sqlmap_scan/__pycache__/
|
||||
lib/attacks/whois_lookup/__pycache__/
|
||||
lib/attacks/xss_scan/__pycache__/
|
||||
lib/core/__pycache__/
|
||||
var/__pycache__/
|
||||
var/auto_issue/__pycache__/
|
||||
var/blackwidow/__pycache__/
|
||||
var/google_search/__pycache__/
|
||||
Loading…
Reference in a new issue