diff options
| author | 崔一鸣 <[email protected]> | 2019-05-19 17:23:18 +0800 |
|---|---|---|
| committer | 崔一鸣 <[email protected]> | 2019-05-19 17:23:18 +0800 |
| commit | 82efb303c06a85b1ac51e3893fe01b42d2f8327b (patch) | |
| tree | ba7bf8c7f4504cd705fd545318e804fb1143b166 /entry/include | |
| parent | f602997b9087b7a2b6c0325d81a66dfbcf7de9b5 (diff) | |
初步调通maat扫描
Diffstat (limited to 'entry/include')
| -rw-r--r-- | entry/include/kni_maat.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/entry/include/kni_maat.h b/entry/include/kni_maat.h index 63bcc99..b4eccd1 100644 --- a/entry/include/kni_maat.h +++ b/entry/include/kni_maat.h @@ -6,7 +6,8 @@ struct kni_maat_handle{ Maat_feather_t feather; int default_action; - int tableid_intercept_compile; + int tableid_intercept_ip; + int tableid_intercept_domain; void *logger; }; @@ -17,5 +18,5 @@ enum kni_action{ }; struct kni_maat_handle* kni_maat_init(const char* profile, void *logger); void kni_maat_destroy(struct kni_maat_handle *handle); -int kni_maat_scan_ip(struct kni_maat_handle* handle, struct ipaddr *addr, int thread_seq, void *logger); -int kni_maat_scan_domain(struct kni_maat_handle* handle, char *domain, int domain_len, int thread_seq, void *logger);
\ No newline at end of file +int kni_maat_scan_ip(struct kni_maat_handle* handle, struct ipaddr *addr, int thread_seq); +int kni_maat_scan_domain(struct kni_maat_handle* handle, char *domain, int domain_len, int thread_seq);
\ No newline at end of file |
