Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanMcInerney/net-creds
/ functions
Functions
32 in github.com/DanMcInerney/net-creds
⨍
Functions
32
◇
Types & classes
0
↓ 22 callers
Function
printer
(src_ip_port, dst_ip_port, msg)
net-creds.py:937
↓ 2 callers
Function
Decode_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 callers
Function
double_line_checker
Check if count_str shows up twice
net-creds.py:351
↓ 2 callers
Function
mail_decode
Decode base64 mail creds
net-creds.py:392
↓ 2 callers
Function
parse_args
Create the arguments
net-creds.py:64
↓ 2 callers
Function
parse_ntlm_chal
Parse server challenge
net-creds.py:833
↓ 2 callers
Function
parse_ntlm_resp
Parse the 3rd msg in NTLM handshake Thanks to psychomario
net-creds.py:870
↓ 1 callers
Function
ParseMSKerbv5TCP
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 callers
Function
ParseMSKerbv5UDP
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 callers
Function
frag_joiner
Keep a store of previous fragments in an OrderedDict named pkt_frag_loads
net-creds.py:119
↓ 1 callers
Function
frag_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 callers
Function
get_http_line
Get the header with the http command
net-creds.py:802
↓ 1 callers
Function
get_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 callers
Function
get_http_url
Get the HTTP method + URL from requests
net-creds.py:726
↓ 1 callers
Function
get_login_pass
Regex out logins and passwords from a string
net-creds.py:908
↓ 1 callers
Function
headers_to_dict
Convert the list of header lines into a dictionary
net-creds.py:742
↓ 1 callers
Function
iface_finder
()
net-creds.py:73
↓ 1 callers
Function
irc_logins
Find IRC logins
net-creds.py:539
↓ 1 callers
Function
mail_logins
Catch IMAP, POP, and SMTP logins
net-creds.py:408
↓ 1 callers
Function
main
(args)
net-creds.py:964
↓ 1 callers
Function
other_parser
Pull out pertinent info from the parsed HTTP packet data
net-creds.py:556
↓ 1 callers
Function
parse_basic_auth
Parse basic authentication over HTTP
net-creds.py:680
↓ 1 callers
Function
parse_ftp
Parse out FTP creds
net-creds.py:362
↓ 1 callers
Function
parse_http_line
Parse the header with the HTTP method in it
net-creds.py:756
↓ 1 callers
Function
parse_http_load
Split the raw load into list of headers and body string
net-creds.py:780
↓ 1 callers
Function
parse_netntlm
Parse NTLM hashes out
net-creds.py:700
↓ 1 callers
Function
parse_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 callers
Function
parse_netntlm_resp_msg
Parse the client response to the challenge
net-creds.py:852
↓ 1 callers
Function
parse_snmp
Parse out the SNMP version and community string
net-creds.py:716
↓ 1 callers
Function
pkt_parser
Start parsing packets here
net-creds.py:133
↓ 1 callers
Function
telnet_logins
Catch telnet logins and passwords
net-creds.py:201
↓ 1 callers
Function
url_filter
Filter out the common but uninteresting URLs
net-creds.py:897