diff options
author | Matt Strapp <matt@mattstrapp.net> | 2021-12-04 15:42:25 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2021-12-04 15:42:25 -0600 |
commit | 1a59267d7e1e052ef40bc049f4729345805984b9 (patch) | |
tree | a4f342e65f43670d903cade4cc741ee1af66d3ae /csci5271/ho2/writeup.md | |
parent | plz (diff) | |
download | homework-1a59267d7e1e052ef40bc049f4729345805984b9.tar homework-1a59267d7e1e052ef40bc049f4729345805984b9.tar.gz homework-1a59267d7e1e052ef40bc049f4729345805984b9.tar.bz2 homework-1a59267d7e1e052ef40bc049f4729345805984b9.tar.lz homework-1a59267d7e1e052ef40bc049f4729345805984b9.tar.xz homework-1a59267d7e1e052ef40bc049f4729345805984b9.tar.zst homework-1a59267d7e1e052ef40bc049f4729345805984b9.zip |
plz part 2
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r-- | csci5271/ho2/writeup.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/csci5271/ho2/writeup.md b/csci5271/ho2/writeup.md new file mode 100644 index 0000000..5093b8d --- /dev/null +++ b/csci5271/ho2/writeup.md @@ -0,0 +1,37 @@ +#1 + +##Packet +``` +IP 192.168.14.3.46826 > 192.168.14.1.80: Flags [P.], seq 1:143, ack 1, win 502, options [nop,nop,TS val 1452909150 ecr 2428281190], length 142: HTTP: GET /secret/file HTTP/1.1 +E.....@.@..............P.Tw.|..j........... +V..^...fGET /secret/file HTTP/1.1 +Host: 192.168.14.1 +Authorization: Basic dHJhdmlzMTQ6bWFpdkRlY2d1cjIyMDI= +User-Agent: curl/7.58.0 +Accept: */* +``` + +##User/Pass: +`travis14:maivDecgur2202` + +##Contents: +```html +<p>I'm going to let you in on a little secret. Every day, once a day, give yourself a present. Don’t plan it; don’t wait for it; just let it happen.</p> +<p>— Dale Cooper</p> +``` +#2 +##Packet +``` +182203 IP 192.168.14.2.36586 > 192.168.14.1.80: Flags [P.], seq 91:464, ack 308, win 501, options [nop,nop,TS val 422351445 ecr 1957960104], length 373: HTTP: HEAD /secret/cheese HTTP/1.1 +E.....@.@..v...........P,.................. +.,.Ut...HEAD /secret/cheese HTTP/1.1 +Host: 192.168.14.1 +Authorization: Digest username="travis14", realm="Cheese", nonce="/DPYEFbSBQA=c06893026441a70acf049b49540e97acd2bdd640", uri="/secret/cheese", cnonce="ZjdlNTk0ZGZmMDQwZTU3OTM2MTIxOGEyNzljNDJlYzc=", nc=00000001, qop=auth, response="872aafc461761e417d2df47b85e43d2b", algorithm="MD5" +User-Agent: curl/7.58.0 +Accept: */* +``` + +##Crack +```python +import hashlib +```
\ No newline at end of file |