MCPcopy Create free account

hub / github.com/DanMcInerney/net-creds / functions

Functions32 in github.com/DanMcInerney/net-creds

↓ 22 callersFunctionprinter
(src_ip_port, dst_ip_port, msg)
net-creds.py:937
↓ 2 callersFunctionDecode_Ip_Packet
Taken from PCredz, solely to get Kerb parsing working until I have time to analyze Kerb pkts and figure out a simpler way Maybe use k
net-creds.py:339
↓ 2 callersFunctiondouble_line_checker
Check if count_str shows up twice
net-creds.py:351
↓ 2 callersFunctionmail_decode
Decode base64 mail creds
net-creds.py:392
↓ 2 callersFunctionparse_args
Create the arguments
net-creds.py:64
↓ 2 callersFunctionparse_ntlm_chal
Parse server challenge
net-creds.py:833
↓ 2 callersFunctionparse_ntlm_resp
Parse the 3rd msg in NTLM handshake Thanks to psychomario
net-creds.py:870
↓ 1 callersFunctionParseMSKerbv5TCP
Taken from Pcredz because I didn't want to spend the time doing this myself I should probably figure this out on my own but hey, time isn't f
net-creds.py:240
↓ 1 callersFunctionParseMSKerbv5UDP
Taken from Pcredz because I didn't want to spend the time doing this myself I should probably figure this out on my own but hey, time isn't f
net-creds.py:288
↓ 1 callersFunctionfrag_joiner
Keep a store of previous fragments in an OrderedDict named pkt_frag_loads
net-creds.py:119
↓ 1 callersFunctionfrag_remover
Keep the FILO OrderedDict of frag loads from getting too large 3 points of limit: Number of ip_ports < 50 Number of acks per
net-creds.py:87
↓ 1 callersFunctionget_http_line
Get the header with the http command
net-creds.py:802
↓ 1 callersFunctionget_http_searches
Find search terms from URLs. Prone to false positives but rather err on that side than false negatives search, query, ?s, &q, ?q, search?p, s
net-creds.py:650
↓ 1 callersFunctionget_http_url
Get the HTTP method + URL from requests
net-creds.py:726
↓ 1 callersFunctionget_login_pass
Regex out logins and passwords from a string
net-creds.py:908
↓ 1 callersFunctionheaders_to_dict
Convert the list of header lines into a dictionary
net-creds.py:742
↓ 1 callersFunctioniface_finder
()
net-creds.py:73
↓ 1 callersFunctionirc_logins
Find IRC logins
net-creds.py:539
↓ 1 callersFunctionmail_logins
Catch IMAP, POP, and SMTP logins
net-creds.py:408
↓ 1 callersFunctionmain
(args)
net-creds.py:964
↓ 1 callersFunctionother_parser
Pull out pertinent info from the parsed HTTP packet data
net-creds.py:556
↓ 1 callersFunctionparse_basic_auth
Parse basic authentication over HTTP
net-creds.py:680
↓ 1 callersFunctionparse_ftp
Parse out FTP creds
net-creds.py:362
↓ 1 callersFunctionparse_http_line
Parse the header with the HTTP method in it
net-creds.py:756
↓ 1 callersFunctionparse_http_load
Split the raw load into list of headers and body string
net-creds.py:780
↓ 1 callersFunctionparse_netntlm
Parse NTLM hashes out
net-creds.py:700
↓ 1 callersFunctionparse_netntlm_chal
Parse the netntlm server challenge https://code.google.com/p/python-ntlm/source/browse/trunk/python26/ntlm/ntlm.py
net-creds.py:814
↓ 1 callersFunctionparse_netntlm_resp_msg
Parse the client response to the challenge
net-creds.py:852
↓ 1 callersFunctionparse_snmp
Parse out the SNMP version and community string
net-creds.py:716
↓ 1 callersFunctionpkt_parser
Start parsing packets here
net-creds.py:133
↓ 1 callersFunctiontelnet_logins
Catch telnet logins and passwords
net-creds.py:201
↓ 1 callersFunctionurl_filter
Filter out the common but uninteresting URLs
net-creds.py:897