Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ctfs/write-ups-2014
/ functions
Functions
701 in github.com/ctfs/write-ups-2014
⨍
Functions
701
◇
Types & classes
101
↓ 62 callers
Method
append
Append data to the end of a file.
ncn-ctf-2014/xmlrpc/ctf/server.py:79
↓ 54 callers
Method
read
Get the contents of a file.
ncn-ctf-2014/xmlrpc/ctf/server.py:63
↓ 48 callers
Method
encode
(self)
ghost-in-the-shellcode-2014/byte-sexual/exploit.py:52
↓ 48 callers
Method
write
(self, architecture, binary)
seccon-ctf-2014/binary-karuta/solve.py:131
↓ 38 callers
Method
println
(self, text)
31c3-ctf-2014/crypto/hwaes/hwaes.py:18
↓ 35 callers
Function
pack_le
(v)
ghost-in-the-shellcode-2014/byte-sexual/exploit.py:11
↓ 30 callers
Method
write
(self, data)
hitcon-ctf-2014/rsaha/rsaha-fe50cf1bcae41e8ec6eeebccf3f0de7c.py:14
↓ 24 callers
Method
close
Close the connection.
asis-ctf-finals-2014/xorqr/netcatlib/netcatlib.py:128
↓ 24 callers
Function
list_xor
(l1,l2)
csaw-ctf-2014/feal/feal.py:26
↓ 24 callers
Function
reg
(x)
plaid-ctf-2014/paris/disasm.py:67
↓ 19 callers
Method
close
()
su-ctf-quals-2014/commercial_application/DBHelper.java:92
↓ 17 callers
Method
flush
(self)
stripe-ctf3/level4/problem/test/lib/test_framework.py:56
↓ 17 callers
Method
open
Connect to a host. Don't try to reopen an already connected instance.
asis-ctf-finals-2014/xorqr/netcatlib/netcatlib.py:91
↓ 16 callers
Function
commentM
Print variable length parameter list, with a matrix/list last.
plaid-ctf-2014/g/guassJordan.py:159
↓ 15 callers
Method
Error
()
stripe-ctf3/level4/problem/transport/client.go:20
↓ 15 callers
Method
execute
(self, test_cases_to_execute)
stripe-ctf3/level4/problem/test/lib/test_framework.py:137
↓ 14 callers
Function
expect
(s, bstr)
hack-lu-ctf-2014/guess-the-flag/thejh_exploit.py:11
↓ 12 callers
Function
get_message
(key, *params, with_newline=True)
hack-lu-ctf-2014/wiener/wiener_38ff175d336b9c75fbf1b77290978015.py:55
↓ 12 callers
Method
toString
()
su-ctf-quals-2014/commercial_application/AppConfig.java:68
↓ 11 callers
Function
display
Pretty print a matrix or list; also prints a scalar.
plaid-ctf-2014/g/guassJordan.py:286
↓ 11 callers
Method
index
(self, path)
stripe-ctf3/level3/problem/test/runner.py:52
↓ 11 callers
Method
write
Write a string to the socket. Can block if the connection is blocked. May raise socket.error if the connection is closed.
asis-ctf-finals-2014/xorqr/netcatlib/netcatlib.py:143
↓ 10 callers
Function
showOff
Show off inversion of matrix m using Gauss-Jordan version f, where the elements e of m are transformed first to cls(e).
plaid-ctf-2014/g/guassJordan.py:306
↓ 9 callers
Function
matConvert
Return a new matrix/list with all elements e of matrix m replaced by cls(e). The name is chosen to suggest a class conversion, but any function c
plaid-ctf-2014/g/guassJordan.py:228
↓ 9 callers
Function
ru
(u)
31c3-ctf-2014/pwn/booking/exploit.py:23
↓ 8 callers
Method
Free
(self, p)
hack-you-2014/ppc/200/ppc200.py:40
↓ 8 callers
Method
State
()
stripe-ctf3/level4/problem/server/cluster.go:57
↓ 8 callers
Function
fBox
(plain)
csaw-ctf-2014/feal/feal.py:14
↓ 8 callers
Method
random
Get a random number.
ncn-ctf-2014/xmlrpc/ctf/server.py:19
↓ 8 callers
Method
readData
Just a simple utility method to read n bytes from an input stream @param in the input stream to read from @param size the amount of bytes to read @ret
csaw-ctf-2014/weissman/CSAWlz.java:56
↓ 7 callers
Function
flipCol
flips all bits in a given column
asis-ctf-finals-2014/xorqr/solve-xorqr.py:32
↓ 7 callers
Function
getProp
(lang, prop)
9447-ctf-2014/ramble/server.js:120
↓ 7 callers
Method
recv_blocking
Transfer from raw queue to buffered queue. Set self.eof when connection is closed. Blocks if no input is available. Raise EOFError wh
asis-ctf-finals-2014/xorqr/netcatlib/netcatlib.py:264
↓ 6 callers
Method
createSavedPoleInformation
(ArrayList<BigInteger> disk)
pico-ctf-2014/reverse-engineering/towers-of-toast-90/Main .java:27
↓ 6 callers
Function
expect
(bstr)
hack-lu-ctf-2014/personnel-database/thejh_exploit.py:15
↓ 6 callers
Function
filter
()
plaid-ctf-2014/halphow2js/script.js:20
↓ 6 callers
Function
get_stack_pointer
(tid)
hack-lu-ctf-2014/mario/thejh_exploit.py:59
↓ 6 callers
Method
length
(self)
ghost-in-the-shellcode-2014/byte-sexual/exploit.py:50
↓ 5 callers
Function
ZMod
Return a function that makes Mod objects for a particular modulus m.
plaid-ctf-2014/g/mod.py:43
↓ 5 callers
Method
read_buffered
Return any data available in the buffered queue (very lazy). Raise EOFError if connection closed and no data available. Return '' if
asis-ctf-finals-2014/xorqr/netcatlib/netcatlib.py:230
↓ 5 callers
Method
request
(self, method, url, post_data=None)
stripe-ctf3/level3/problem/test/lib/http_client.py:85
↓ 5 callers
Function
screw_endian
(a, b)
ghost-in-the-shellcode-2014/byte-sexual/exploit.py:19
↓ 5 callers
Method
test_cases_path
(self)
stripe-ctf3/level4/problem/test/lib/test_framework.py:110
↓ 5 callers
Method
test_cases_path
(self)
stripe-ctf3/level2/problem/test/lib/test_framework.py:110
↓ 5 callers
Method
test_cases_path
(self)
stripe-ctf3/level0/problem/test/lib/test_framework.py:110
↓ 5 callers
Method
test_cases_path
(self)
stripe-ctf3/level3/problem/test/lib/test_framework.py:110
↓ 5 callers
Method
tryLike
convert val to the same kind of object as self, with the same required parameters, if possible, or return None
plaid-ctf-2014/g/mod.py:35
↓ 4 callers
Function
ROL
(X,Y)
hack-you-2014/crypto/200/crypto200.py:25
↓ 4 callers
Function
clock
for display purposes only
pico-ctf-2014/reverse-engineering/tic-toc-90/tick-tock.py:6
↓ 4 callers
Function
comment
print variable length parameter list.
plaid-ctf-2014/g/guassJordan.py:152
↓ 4 callers
Function
connect_to_service
(service_id)
hack-lu-ctf-2014/mario/thejh_exploit.py:40
↓ 4 callers
Function
do_rop
(*args)
31c3-ctf-2014/pwn/cairo/exploit.py:39
↓ 4 callers
Function
find_fraction
(s)
31c3-ctf-2014/reversing/numeric/solver.py:3
↓ 4 callers
Function
find_pos
(p)
31c3-ctf-2014/reversing/numeric/solver.py:20
↓ 4 callers
Function
gBox
(a,b,mode)
csaw-ctf-2014/feal/feal.py:12
↓ 4 callers
Method
interact
Show output to screen, and let user send input.
asis-ctf-finals-2014/xorqr/netcatlib/netcatlib.py:282
↓ 4 callers
Method
inverse
Return the multiplicative inverse or else raise a ValueError.
plaid-ctf-2014/g/mod.py:224
↓ 4 callers
Method
load
(self)
stripe-ctf3/level4/problem/test/lib/test_framework.py:36
↓ 4 callers
Function
printc
(c,msg="")
pico-ctf-2014/reverse-engineering/tic-toc-90/tick-tock.py:24
↓ 4 callers
Method
request
(self, method, url, post_data=None)
stripe-ctf3/level2/problem/test/lib/http_client.py:85
↓ 4 callers
Function
respond
(response, statusCode, contents)
stripe-ctf3/level2/problem/network_simulation/backend.js:13
↓ 4 callers
Method
secure_send
Sends msg back to the client securely.
pico-ctf-2014/reverse-engineering/police-records-140/directory_server.py:60
↓ 4 callers
Function
showAlert
* Show an alert box without using alert() BECAUSE ITS UGLY AND SHIT.
hack-lu-ctf-2014/hotcows-dating/source/js/form.js:4
↓ 4 callers
Function
transpose
Return a new matrix that is the transpose of m. If a single list is provided rather than a list of lists, it is treated as a single row matrix, [m
plaid-ctf-2014/g/guassJordan.py:245
↓ 4 callers
Method
uri
(self, route)
stripe-ctf3/level3/problem/test/runner.py:46
↓ 3 callers
Method
Colorize
(self, a, b, c)
hack-you-2014/ppc/200/ppc200.py:35
↓ 3 callers
Function
Network
(addr string)
stripe-ctf3/level4/problem/transport/dial.go:17
↓ 3 callers
Method
_compute_features
(self, binary)
seccon-ctf-2014/binary-karuta/solve.py:66
↓ 3 callers
Method
code_directory
(self)
stripe-ctf3/level2/problem/test/runner.py:20
↓ 3 callers
Function
copyMat
Return a matrix/list copying each non-list element in matrix m.
plaid-ctf-2014/g/guassJordan.py:239
↓ 3 callers
Method
decrypt
(String userInput, String secretKey, String iv)
su-ctf-quals-2014/commercial_application/keym.java:28
↓ 3 callers
Method
distinctSets
(HashSet<BigInteger> a, HashSet<BigInteger> b)
pico-ctf-2014/reverse-engineering/towers-of-toast-90/Main .java:191
↓ 3 callers
Function
egcd
(a, b)
hitcon-ctf-2014/rsaha/rsasolve.py:12
↓ 3 callers
Function
encrypt
(plain,subkeys)
csaw-ctf-2014/feal/feal.py:23
↓ 3 callers
Method
encrypt
(self, param)
31c3-ctf-2014/crypto/hwaes/hwaes.py:43
↓ 3 callers
Method
getConfig
()
su-ctf-quals-2014/commercial_application/DBHelper.java:105
↓ 3 callers
Method
group
Iterator over self's whole group if not excludeSelf, starting from self or right after it if excludeSelf. This version assuming subclass defin
plaid-ctf-2014/g/mod.py:6
↓ 3 callers
Function
hash_byte
(b, pos, length)
31c3-ctf-2014/crypto/otp/solver.py:22
↓ 3 callers
Method
hexStringToBytes
(String s)
su-ctf-quals-2014/commercial_application/keym.java:50
↓ 3 callers
Method
hook_prerun
(self)
stripe-ctf3/level2/problem/test/lib/test_framework.py:179
↓ 3 callers
Function
identity
Return the ientity matrix of size height. The value of ONE sets the type of the elements.
plaid-ctf-2014/g/guassJordan.py:169
↓ 3 callers
Function
imm
(x)
plaid-ctf-2014/paris/disasm.py:71
↓ 3 callers
Function
launch_service
(type)
hack-lu-ctf-2014/mario/thejh_exploit.py:32
↓ 3 callers
Function
pack_be
(v)
ghost-in-the-shellcode-2014/byte-sexual/exploit.py:13
↓ 3 callers
Method
printPoleLine
(ArrayList<BigInteger> pole, int offset, int index)
pico-ctf-2014/reverse-engineering/towers-of-toast-90/Main .java:148
↓ 3 callers
Method
random_string
(self, length=8)
stripe-ctf3/level3/problem/test/test_case_generator.py:145
↓ 3 callers
Method
readSavedPoleInformation
(BigInteger pole)
pico-ctf-2014/reverse-engineering/towers-of-toast-90/Main .java:38
↓ 3 callers
Method
read_exact
Read at exactly amount bytes of data unless EOF is hit. Blocks if insufficient data is available to fulfill the request. Raises EOFEr
asis-ctf-finals-2014/xorqr/netcatlib/netcatlib.py:191
↓ 3 callers
Function
read_until
(u)
31c3-ctf-2014/pwn/maze/exploit.py:33
↓ 3 callers
Method
read_until
Read until a given string is encountered or until timeout. When no match is found, return whatever is available instead, possibly the
asis-ctf-finals-2014/xorqr/netcatlib/netcatlib.py:153
↓ 3 callers
Function
ru
(u)
31c3-ctf-2014/pwn/pin/exploit.py:12
↓ 3 callers
Function
sanitize_filename
(f)
hack-lu-ctf-2014/hidden-in-plain-sight/hiddeninplainsight_7a1f79aab159ace6e4486dc73bd24cc8.js:79
↓ 3 callers
Method
showAlertDialog
(Context context, CharSequence msg)
su-ctf-quals-2014/commercial_application/MainActivity.java:185
↓ 3 callers
Function
sub_decipher
(text,key)
plaid-ctf-2014/twenty/cipher_solver.py:14
↓ 3 callers
Method
subprocess_command
(self)
stripe-ctf3/level0/problem/test/runner.py:15
↓ 3 callers
Function
user_possible
(user)
hack-lu-ctf-2014/hidden-in-plain-sight/hiddeninplainsight_7a1f79aab159ace6e4486dc73bd24cc8.js:31
↓ 3 callers
Function
write_string
(f, s)
pico-ctf-2014/master-challenge/fancy-cache-200/client.py:28
↓ 3 callers
Function
xor
Repeated key xor
pico-ctf-2014/reverse-engineering/police-records-140/directory_server.py:16
↓ 2 callers
Method
GetStatus
(self)
hack-you-2014/ppc/200/ppc200.py:32
↓ 2 callers
Method
Join
Join an existing cluster
stripe-ctf3/level4/problem/server/server.go:123
next →
1–100 of 701, ranked by callers