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
lgandx
85d7974513
Added SMBv2 support enabled by default.
2016-09-09 02:50:39 -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
lgandx
e4f40d7a76
Merge pull request #99 from ValdikSS/utf16names
...
Proper non-Latin names support for SMB
2016-07-30 19:03:55 -03:00
ValdikSS
9a72afc6b5
Proper non-Latin names support for SMB
2016-07-28 14:56:53 +03:00
ValdikSS
eee552b895
Send ACCOUNT_DISABLED on the first SMB authentication to gather multiple credentials if there are any.
2016-07-22 22:45:50 +03: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
Jim Shaver
6eca29d08c
Added recent Windows versions.
2015-11-16 22:46:24 -06:00
Matt Andreko
008b492c98
First round of cleanup
2015-10-27 16:50:05 -04:00
lgandx
d0f5b9a39e
minor changes
2015-10-08 19:40:51 -04:00
lgandx
5ab431a4fe
Fixed Harsh Parser variable typo
2015-09-10 20:12:42 -04:00
lgandx
ee033e0c7f
Added support for Samba4 clients
2015-08-04 13:44:51 -04:00
lgandx
e155b4ef81
Small fix
2015-08-04 13:39:07 -04:00
jrmdev
a882d397a8
Minor fixes
2015-07-28 10:48:21 +10:00
jrmdev
3ef3c23ed6
Improvements around Browser listener
2015-07-23 09:47:46 +10:00
jrmdev
8923016cbc
Some fixes
2015-07-17 15:30:29 +10:00
jrmdev
bc06818ed1
Further improvement and fixes.
2015-07-07 16:21:28 +10:00
jrmdev
75664a4f37
Fixed FTP module.
2015-07-02 17:14:46 +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