Class: Onyphe::Clients::Search
Constant Summary
Onyphe::Client::HOST, Onyphe::Client::URL
Instance Method Summary
collapse
#initialize
Constructor Details
This class inherits a constructor from Onyphe::Client
Instance Method Details
#ctl(params, page = 1) ⇒ Object
36
37
38
|
# File 'lib/onyphe/clients/search.rb', line 36
def ctl(params, page = 1)
search("ctl", params, page)
end
|
#datascan(params, page = 1) ⇒ Object
8
9
10
|
# File 'lib/onyphe/clients/search.rb', line 8
def datascan(params, page = 1)
search("datascan", params, page)
end
|
#inetnum(params, page = 1) ⇒ Object
16
17
18
|
# File 'lib/onyphe/clients/search.rb', line 16
def inetnum(params, page = 1)
search("inetnum", params, page)
end
|
#onionscan(params, page = 1) ⇒ Object
40
41
42
|
# File 'lib/onyphe/clients/search.rb', line 40
def onionscan(params, page = 1)
search("onionscan", params, page)
end
|
#pastries(params, page = 1) ⇒ Object
24
25
26
|
# File 'lib/onyphe/clients/search.rb', line 24
def pastries(params, page = 1)
search("pastries", params, page)
end
|
#resolver(params, page = 1) ⇒ Object
28
29
30
|
# File 'lib/onyphe/clients/search.rb', line 28
def resolver(params, page = 1)
search("resolver", params, page)
end
|
#sniffer(params, page = 1) ⇒ Object
32
33
34
|
# File 'lib/onyphe/clients/search.rb', line 32
def sniffer(params, page = 1)
search("sniffer", params, page)
end
|
#synscan(params, page = 1) ⇒ Object
12
13
14
|
# File 'lib/onyphe/clients/search.rb', line 12
def synscan(params, page = 1)
search("synscan", params, page)
end
|
#threatlist(params, page = 1) ⇒ Object
20
21
22
|
# File 'lib/onyphe/clients/search.rb', line 20
def threatlist(params, page = 1)
search("threatlist", params, page)
end
|