forked from sensepost/autoDANE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtruncate.sql
More file actions
17 lines (17 loc) · 790 Bytes
/
truncate.sql
File metadata and controls
17 lines (17 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
truncate table domain_credentials restart identity;
truncate table domain_credentials_map restart identity;
truncate table domain_groups restart identity;
truncate table domain_user_group_map restart identity;
truncate table domains restart identity;
truncate table exploit_logs restart identity;
truncate table footprints restart identity;
truncate table host_data restart identity;
truncate table local_credentials restart identity;
truncate table local_credentials_map restart identity;
truncate table net_ranges restart identity;
truncate table port_data restart identity;
truncate table scope restart identity;
truncate table task_list restart identity;
truncate table tokens restart identity;
truncate table vulnerabilities restart identity;
truncate table websites restart identity;