lgandx
b510b2bb25
Added py3 and py2 compatibility + many bugfix
2020-01-09 14:47:56 -03:00
Crypt0-M3lon
e7a787cbc4
Fix socket timeout on HTTP POST requests
...
Remaining size should be checked at the end of the loop, the current implementation hang when POST request Content-Lenght is 0.
We want to check for Content-Length header only if we received full header.
2019-02-08 09:08:24 +01:00
lgandx
47e63ae4ec
removed debug string
2018-11-11 09:46:15 -03:00
Clément Notin
defabfa543
Fix multi HTTP responses
2018-08-17 15:45:13 +02:00
lgandx
21d48be98f
Added: Hashdump, Stats report
2017-02-18 20:38:40 +01:00
skelsec
225857b6ed
cleaning up comments
2017-02-06 10:48:23 -08:00
skelsec
2c32704b85
SimpleSSL
2017-02-06 09:42:35 -08:00
skelsec
0e3e6f9745
making HTTP great again
2017-02-06 09:21:44 -08:00
lgandx
1d38cd39af
Added: Random challenge for each requests (default)
2017-01-03 17:35:49 -03:00
lgandx
10d33eba72
Minor fix
2016-10-12 13:26:45 -03:00
lgandx
2cdeef3c83
minor bug fix
2016-09-12 00:01:27 -03:00
lgandx
3e2e375987
removed debug info
2016-09-11 21:55:37 -03:00
lgandx
ad9ce6e659
Added support for webdav, auto credz.
2016-09-11 21:51:57 -03:00
lgandx
29ad8a0816
Firefox blacklisted on WPAD since it doesn't honors fail-over proxies. Added SO_LINGER to send RST when close() is called.
2016-09-11 13:07:44 -03:00
lgandx
82fe64dfd9
Added proxy auth server + various fixes and improvements
2016-09-10 21:25:55 -03:00
lgandx
c3372d9bb6
bug: removed loop, while connection handled by basehttpserver
2016-09-10 12:17:47 -03:00
lgandx
b34fee1d8c
Minor fixes
2016-09-09 02:54:30 -03:00
Hank Leininger
a81a9a31e4
Fixed the regexes for Authorization: headers.
...
The \r was escaped inside a character class where it did not need to be.
Instead of the search stopping at the first \r as intended, it stopped
at the first literal r (which can occur in normal b64 content) or the
first literal \ (unlikely to occur in HTTP headers in general).
The \\ has been there since the very first commit of Responder in 2013.
2016-08-02 00:50:51 -04:00
jvoisin
2fb6a1c228
Refactors utils.py and tools/*
2016-07-05 01:31:36 +02:00
jvoisin
8e9205b102
Refactor a bit the servers
2016-07-05 01:31:35 +02:00
lgandx
a66322a307
Merging byt3bl33d3r fixes
2016-06-05 17:56:54 -05:00
Rob Fuller
7be76336d6
Set to use TLSv1 instead of SSLv3
2016-03-11 22:29:33 -05:00
Hubert Seiwert
16e6464748
Add HTTP Referer logging
2016-02-23 15:35:38 +11:00
Matt Andreko
008b492c98
First round of cleanup
2015-10-27 16:50:05 -04:00
jrmdev
a882d397a8
Minor fixes
2015-07-28 10:48:21 +10:00
jrmdev
bc06818ed1
Further improvement and fixes.
2015-07-07 16:21:28 +10:00
jrmdev
867bcdde03
Further improvements and fixes.
2015-07-02 16:52:06 +10:00
jrmdev
066c15154d
Further improvements and fixes.
2015-07-02 13:32:10 +10:00
jrmdev
c6de2e9d3a
Many changes, bug fixes and improvements. scripts in 'tools' still need to be fixed.
2015-06-30 16:49:53 +10:00
jrmdev
050edc22f3
Complete refactoring of responder code, first pass
2015-06-29 22:20:58 +10:00