MCPcopy Create free account
hub / github.com/client9/libinjection / get

Method get

misc/sqliserver.py:183–188  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

181
182class NullHandler(tornado.web.RequestHandler):
183 def get(self):
184 arg = self.request.arguments.get('type', [])
185 if len(arg) > 0 and arg[0] == 'tokens':
186 return self.get_tokens()
187 else:
188 return self.get_fingerprints()
189
190 def get_tokens(self):
191 ids = self.request.arguments.get('id', [])

Callers

nothing calls this directly

Calls 3

get_tokensMethod · 0.95
get_fingerprintsMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected