Commit graph

44 commits

Author SHA1 Message Date
Sophie Brun
7420f62082 Fix encoding issue in Python 3 2020-02-21 10:02:31 +01:00
lgandx
b510b2bb25 Added py3 and py2 compatibility + many bugfix 2020-01-09 14:47:56 -03:00
lgandx
c52843a535 Added RDP rogue server 2019-08-17 16:31:34 -03:00
myst404
750a2466d9 Better handling of cleartext credentials 2018-06-18 10:59:52 +02:00
Randy Ramos
44a4e495cc Fixed instances of "CRTL-C" to "CTRL-C" 2017-04-22 14:40:19 -04:00
lgandx
21d48be98f Added: Hashdump, Stats report 2017-02-18 20:38:40 +01:00
Gifts
de6e869a79 Fix for RandomChallenge function. Function getrandbits can return less than 64 bits, thus decode('hex') will crash with TypeError: Odd-length string 2017-02-01 16:55:15 +03:00
lgandx
1d38cd39af Added: Random challenge for each requests (default) 2017-01-03 17:35:49 -03:00
lgandx
92c9191bda Config dumped independently. Responder-Session.log is now a clean file. 2016-09-11 23:03:50 -03:00
lgandx
35d933d596 Added new option in Responder.conf. Capture multiple hashes from the same client. Default is On. 2016-09-11 22:33:00 -03:00
lgandx
04c270f6b7 Added option -e, specify an external IP address to redirect poisoned traffic to. 2016-09-11 20:25:10 -03:00
lgandx
82fe64dfd9 Added proxy auth server + various fixes and improvements 2016-09-10 21:25:55 -03:00
lgandx
ecd62c322f Added current date for all HTTP headers, avoiding easy detection 2016-09-10 10:50:01 -03:00
lgandx
1d99ab648f Minor fix 2016-09-09 10:03:20 -03:00
lgaffie
d9258e2dd8 Fixed colors in log files 2016-09-09 01:25:10 -03:00
lgandx
dc26493305 Merge pull request #100 from ValdikSS/updates
Updates
2016-07-31 20:32:21 -03:00
ValdikSS
994d02da23 Use standard sqlite3 timestamps with %Y-%m-%d %H:%M:%S format.
This makes possible to compare timestamps as strings.
2016-08-01 00:53:37 +03:00
ValdikSS
480aaa73d0 Update hash timestamp every time it's captured 2016-07-31 22:47:03 +03:00
ValdikSS
b96df7a5e8 Determine already captured hash by username and client IP address 2016-07-31 22:47:00 +03:00
ValdikSS
9a72afc6b5 Proper non-Latin names support for SMB 2016-07-28 14:56:53 +03:00
jvoisin
2fb6a1c228 Refactors utils.py and tools/* 2016-07-05 01:31:36 +02:00
jvoisin
f2a2ffbe87 Refactor a bit the poisoners 2016-07-05 01:31:33 +02:00
lgandx
8171a96b9e Fixed some tools and +x on some executables 2016-06-05 19:55:32 -05:00
lgandx
f5a8bf0650 Changed email address 2016-06-05 19:32:39 -05:00
lgandx
6e951c838a Merge pull request #68 from the-useless-one/cleartext_db_encoding
Cleartext db encoding
2016-06-05 18:06:47 -05:00
lgandx
448db124cb Merge pull request #84 from jrmdev/master
Implemented auto-ignore list
2016-05-15 18:20:12 -05:00
Vincent Yiu
0b4f961b79 Update utils.py
Use elif
2016-05-13 13:26:48 +01:00
jrmdev
8e24d506ff Implemented auto-ignore list 2016-04-29 13:38:49 +10:00
Vincent Yiu
063b31e6ca Update utils.py
It wasn't redirecting to the specified location.
2016-03-13 18:30:40 +00:00
Yannick Méheut
f0257bc919 Comments to explain use of cursor.text_factory 2016-01-10 20:57:38 +01:00
Yannick Méheut
0fec40c3b4 Changed connection to SQlite db to support different encoded charsets 2016-01-10 20:55:15 +01:00
Yannick Méheut
08535e5539 Changed comment to be more clear about what is being done when logging 2016-01-10 20:52:36 +01:00
Yannick Méheut
ac1789dd6c Modified logging of cleartext credentials 2016-01-10 20:47:08 +01:00
Matt Andreko
008b492c98 First round of cleanup 2015-10-27 16:50:05 -04:00
lgandx
59e48e80dd Added: Support for OSx 2015-10-08 19:50:08 -04:00
lgandx
d0f5b9a39e minor changes 2015-10-08 19:40:51 -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
38969832ce Updated Readme 2015-07-10 11:04:15 +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