Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IncideDigital/Mistica
/ functions
Functions
574 in github.com/IncideDigital/Mistica
⨍
Functions
574
◇
Types & classes
72
↓ 2 callers
Method
_readlist
(self, fmt, pos, **kwargs)
utils/bitstring.py:2279
↓ 2 callers
Method
_readue
Return interpretation of next bits as unsigned exponential-Golomb code. Raises ReadError if the end of the bitstring is encountered while
utils/bitstring.py:1655
↓ 2 callers
Method
_readuie
Return interpretation of next bits as unsigned interleaved exponential-Golomb code. Raises ReadError if the end of the bitstring is encounter
utils/bitstring.py:1743
↓ 2 callers
Method
_readuintle
Read bits and interpret as a little-endian unsigned int.
utils/bitstring.py:1505
↓ 2 callers
Method
_reverse
Reverse all bits in-place.
utils/bitstring.py:2036
↓ 2 callers
Method
_reversebytes
Reverse bytes in-place.
utils/bitstring.py:2154
↓ 2 callers
Method
_set
Set bit at pos to 1.
utils/bitstring.py:2167
↓ 2 callers
Method
_setint
Reset the bitstring to have given signed int interpretation.
utils/bitstring.py:1431
↓ 2 callers
Method
_unset
Set bit at pos to 0.
utils/bitstring.py:2172
↓ 2 callers
Method
add
(self, chunk)
utils/buffer.py:24
↓ 2 callers
Method
addChunk
(self, chunk)
utils/buffer.py:54
↓ 2 callers
Method
anyContentAvailable
(self)
sotp/packet.py:55
↓ 2 callers
Method
calc_checksum
A port of the functionality of in_cksum() from ping.c Ideally this would act on the string as a series of 16-bit ints (host packed), but this w
utils/icmp.py:138
↓ 2 callers
Method
checkConfirmation
(self,packt)
sotp/core.py:175
↓ 2 callers
Method
checkMainFields
(self,packt)
sotp/core.py:133
↓ 2 callers
Method
checkTermination
(self,packt)
sotp/core.py:182
↓ 2 callers
Method
convert_to_name
Function used to convert an url from dns form to normal form. Args: The dns form of the url Returns: The no
wrapper/client/dns.py:287
↓ 2 callers
Method
crypt
Encrypts/decrypts data (It's the same thing!)
utils/rc4.py:52
↓ 2 callers
Method
decryptWrapperData
(self)
sotp/core.py:155
↓ 2 callers
Method
doReqInHeaders
(self, conn, content, method)
wrapper/client/http.py:157
↓ 2 callers
Method
doReqInURI
(self, conn, content, method)
wrapper/client/http.py:151
↓ 2 callers
Method
fromBytesToBitArray
(data)
sotp/core.py:98
↓ 2 callers
Method
generateArgParser
(module)
utils/prompt.py:117
↓ 2 callers
Method
generateTerminatePacket
(self,packt)
sotp/clientworker.py:150
↓ 2 callers
Method
getChunk
(self)
utils/buffer.py:35
↓ 2 callers
Method
getDefaultErrorView
(self)
wrapper/server/wrap_server/httpserver.py:50
↓ 2 callers
Method
getModuleInstance
(self, type, name, args)
ms.py:78
↓ 2 callers
Method
isCommunicationBrokenMessage
(self)
utils/messaging.py:85
↓ 2 callers
Method
isStreamMessage
(self)
utils/messaging.py:110
↓ 2 callers
Method
listModules
(type, lst)
utils/prompt.py:38
↓ 2 callers
Method
listOverlays
(type)
utils/prompt.py:49
↓ 2 callers
Method
listParameters
(type, lst)
utils/prompt.py:78
↓ 2 callers
Method
listWrapModules
(type)
utils/prompt.py:64
↓ 2 callers
Method
parseArguments
(self, args)
sotp/misticathread.py:107
↓ 2 callers
Method
parseFromHeaders
(self, content)
wrapper/server/wrap_module/http.py:105
↓ 2 callers
Method
parseFromURI
(self, requestline)
wrapper/server/wrap_module/http.py:114
↓ 2 callers
Method
processRequest
(self, request)
wrapper/server/wrap_server/httpserver.py:123
↓ 2 callers
Method
rfind
Find final occurrence of substring bs. Returns a single item tuple with the bit position if found, or an empty tuple if not found. Th
utils/bitstring.py:2505
↓ 2 callers
Method
setbyteslice
(self, start, end, value)
utils/bitstring.py:260
↓ 2 callers
Method
storeOverlayContent
(self, data)
sotp/core.py:164
↓ 1 callers
Method
Entrypoint
(self,data)
sotp/clientworker.py:448
↓ 1 callers
Method
__and__
Bit-wise 'and' between two bitstrings. Returns new bitstring. bs -- The bitstring to '&' with. Raises ValueError if the two bitstrin
utils/bitstring.py:1086
↓ 1 callers
Method
__copy__
Return a new copy of the BitArray.
utils/bitstring.py:3074
↓ 1 callers
Method
__eq__
Return True if two bitstrings have the same binary representation. >>> BitArray('0b1110') == '0xe' True
utils/bitstring.py:997
↓ 1 callers
Method
__init__
(self, id, args, logger)
wrapper/server/wrap_server/dnsserver.py:140
↓ 1 callers
Method
__init__
(self, id, args, logger)
wrapper/server/wrap_server/httpserver.py:197
↓ 1 callers
Method
__mul__
Return bitstring consisting of n concatenations of self. Called for expression of the form 'a = b*3'. n -- The number of concatenatio
utils/bitstring.py:1062
↓ 1 callers
Method
__or__
Bit-wise 'or' between two bitstrings. Returns new bitstring. bs -- The bitstring to '|' with. Raises ValueError if the two bitstring
utils/bitstring.py:1112
↓ 1 callers
Method
__str__
Return approximate string representation of bitstring for printing. Short strings will be given wholly in hexadecimal or binary. Longer
utils/bitstring.py:949
↓ 1 callers
Method
__xor__
Bit-wise 'xor' between two bitstrings. Returns new bitstring. bs -- The bitstring to '^' with. Raises ValueError if the two bitstrin
utils/bitstring.py:1138
↓ 1 callers
Method
_findbytes
Quicker version of find when everything's whole byte and byte aligned.
utils/bitstring.py:2356
↓ 1 callers
Method
_findregex
Find first occurrence of a compiled regular expression. Note that this doesn't support arbitrary regexes, in particular they must mat
utils/bitstring.py:2383
↓ 1 callers
Method
_getlength
Return the length of the bitstring in bits.
utils/bitstring.py:1951
↓ 1 callers
Method
_ilshift
Shift bits by n to the left in place. Return self.
utils/bitstring.py:2187
↓ 1 callers
Method
_initialise_from_auto
(self, auto, length, offset)
utils/bitstring.py:849
↓ 1 callers
Method
_invert
Flip bit at pos 1<->0.
utils/bitstring.py:2177
↓ 1 callers
Method
_irshift
Shift bits by n to the right in place. Return self.
utils/bitstring.py:2194
↓ 1 callers
Method
_prependstore
Join another store on to the start of this one.
utils/bitstring.py:204
↓ 1 callers
Method
_readfloat
Read bits and interpret as a float.
utils/bitstring.py:1572
↓ 1 callers
Method
_readfloatle
Read bits and interpret as a little-endian float.
utils/bitstring.py:1610
↓ 1 callers
Method
_readintbe
Read bits and interpret as a big-endian signed int.
utils/bitstring.py:1487
↓ 1 callers
Method
_readintle
Read bits and interpret as a little-endian signed int.
utils/bitstring.py:1543
↓ 1 callers
Method
_readoct
Read bits and interpret as an octal string.
utils/bitstring.py:1890
↓ 1 callers
Method
_readse
Return interpretation of next bits as a signed exponential-Golomb code. Advances position to after the read code. Raises ReadError i
utils/bitstring.py:1716
↓ 1 callers
Method
_readsie
Return interpretation of next bits as a signed interleaved exponential-Golomb code. Advances position to after the read code. Raises
utils/bitstring.py:1799
↓ 1 callers
Method
_readuintbe
Read bits and interpret as a big-endian unsigned int.
utils/bitstring.py:1469
↓ 1 callers
Method
_setauto
Set bitstring from a bitstring, file, bool, integer, array, iterable or string.
utils/bitstring.py:1263
↓ 1 callers
Method
_setbitpos
Move to absolute postion bit in bitstream.
utils/bitstring.py:3812
↓ 1 callers
Method
_setue
Initialise bitstring with unsigned exponential-Golomb code for integer i. Raises CreationError if i < 0.
utils/bitstring.py:1633
↓ 1 callers
Method
_setuie
Initialise bitstring with unsigned interleaved exponential-Golomb code for integer i. Raises CreationError if i < 0.
utils/bitstring.py:1732
↓ 1 callers
Method
addIndex
(self, index)
utils/buffer.py:32
↓ 1 callers
Method
addWorker
(self, worker)
sotp/misticathread.py:313
↓ 1 callers
Method
addWrapModule
(self, encWrapper)
wrapper/server/wrap_server/dnsserver.py:180
↓ 1 callers
Method
any
Return True if any of one or many bits are set to value. value -- If value is True then checks for bits set to 1, otherwise
utils/bitstring.py:2745
↓ 1 callers
Method
buildPacket
(header, body)
sotp/core.py:108
↓ 1 callers
Method
captureInput
(self)
mc.py:153
↓ 1 callers
Method
captureInput
(self, overlay)
ms.py:99
↓ 1 callers
Method
checkForRetries
(self)
sotp/core.py:142
↓ 1 callers
Method
checkMaxProtoSize
(self,max_size,domain,multiple)
wrapper/client/dns.py:782
↓ 1 callers
Method
checkMaxProtoSize
(self,max_size)
wrapper/client/icmp.py:135
↓ 1 callers
Method
checkMaxSizeAvailable
(self, maxsize)
sotp/core.py:92
↓ 1 callers
Method
checkReinitialization
(self,packet)
sotp/clientworker.py:79
↓ 1 callers
Method
checkReinitialization
(self, packet)
sotp/serverworker.py:117
↓ 1 callers
Method
clearFiles
(self,prefix)
utils/logger.py:43
↓ 1 callers
Method
count
Return count of total number of either zero or one bits. value -- If True then bits set to 1 are counted, otherwise bits set
utils/bitstring.py:2767
↓ 1 callers
Method
createCnameResponse
(self, data, request)
wrapper/server/wrap_module/dns.py:162
↓ 1 callers
Method
createMxResponse
(self, data, request)
wrapper/server/wrap_module/dns.py:188
↓ 1 callers
Method
createNsResponse
(self, data, request)
wrapper/server/wrap_module/dns.py:149
↓ 1 callers
Method
createSoaResponse
(self, data, request)
wrapper/server/wrap_module/dns.py:175
↓ 1 callers
Method
createTxtResponse
(self, data, request)
wrapper/server/wrap_module/dns.py:201
↓ 1 callers
Method
create_header
Function used to create a DNS query header. Args: opcode = opcode of the query. It can take the following values:
wrapper/client/dns.py:97
↓ 1 callers
Method
create_qname
Function used to transfrom URL from normal form to DNS form. Args: domain_name = URL that needs to be converted Returns
wrapper/client/dns.py:136
↓ 1 callers
Method
dependencyLaunched
(self, wmitem)
ms.py:70
↓ 1 callers
Method
dispatchByMethod
(self, conn, content)
wrapper/client/http.py:191
↓ 1 callers
Method
doGet
(self, conn, content)
wrapper/client/http.py:167
↓ 1 callers
Method
doMulticast
(self,q,data)
wrapper/server/wrap_server/dnsserver.py:52
↓ 1 callers
Method
doMulticast
(self, q, data)
wrapper/server/wrap_server/httpserver.py:69
↓ 1 callers
Method
doMulticast
(self,q,data)
wrapper/server/wrap_server/icmpserver.py:113
↓ 1 callers
Method
doOverlay
(self)
mc.py:143
↓ 1 callers
Method
doPost
(self, conn, content)
wrapper/client/http.py:183
← previous
next →
101–200 of 574, ranked by callers