lgandx
c3372d9bb6
bug: removed loop, while connection handled by basehttpserver
2016-09-10 12:17:47 -03:00
lgandx
881dae59cf
Removed useless HTTP headers
2016-09-10 10:53:15 -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
lgandx
b34fee1d8c
Minor fixes
v2.3.1
2016-09-09 02:54:30 -03:00
lgandx
85d7974513
Added SMBv2 support enabled by default.
2016-09-09 02:50:39 -03:00
lgandx
2e1651f8fd
minor fixes
2016-09-09 02:42:22 -03:00
lgandx
8b65b763ad
minor fix
2016-09-09 02:31:58 -03:00
lgaffie
a9c2b297c6
added new option, for Config-Responder.log file.
2016-09-09 02:24:24 -03:00
lgaffie
a765a8f094
Removed the config dump in Responder-Session.log. New file gets created in logs, with host network config such as dns, routes, ifconfig and config dump
2016-09-09 02:23:49 -03:00
lgaffie
b5caa27445
minor fixes
2016-09-09 01:35:11 -03:00
lgaffie
d9258e2dd8
Fixed colors in log files
2016-09-09 01:25:10 -03:00
lgandx
0bdc183093
Merge pull request #103 from mattlowe/patch-1
...
Update Icmp-Redirect.py
2016-08-25 11:51:33 -03:00
Matt
25c8aeff8c
Update Icmp-Redirect.py
...
Fix so that sys.path.append on like 23 works. :-)
2016-08-24 13:42:36 -07:00
lgandx
393e5dba54
Merge pull request #101 from hlein/master
...
Fixed the regexes for Authorization: headers.
2016-08-02 08:35:24 -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
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
lgandx
9b8af33fcd
Merge pull request #95 from hlein/master
...
Minor compatibility fixes in the DHCP wrapper shell script
2016-07-30 19:25:29 -03: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
lgandx
4a32ce7779
Merge pull request #97 from ValdikSS/multiplecreds
...
Gather multiple credentials
2016-07-30 18:57:26 -03:00
lgandx
fd98ef770d
Merge pull request #96 from ValdikSS/win10support
...
Fix Windows 10 support
2016-07-30 18:54:49 -03:00
lgandx
bb43557993
Merge pull request #98 from jaredhaight/fix-osx-check
...
change IsOSX to utils.IsOsX. Fixes #89
2016-07-30 18:53:02 -03:00
ValdikSS
9a72afc6b5
Proper non-Latin names support for SMB
2016-07-28 14:56:53 +03:00
Jared Haight
08c3a90b40
change IsOSX to utils.IsOsX. Fixes #89
2016-07-25 15:38:23 -04: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
ValdikSS
a84b3513e1
Fix Windows 10 support.
...
For some reason some of Windows 10 installations close connection if
NetBIOS computer name, domain name and workstation name are not equal.
2016-07-22 18:29:48 +03:00
Hank Leininger
e19e34997e
Add compatability with newer net-tools ifconfig.
...
The output has changed slightly; this patch should work with older and
newer versions of ifconfig.
2016-07-12 23:37:37 -04:00
Hank Leininger
133b933dc2
Gracefully handle ifconfig and route being in /bin/.
2016-07-12 23:26:58 -04:00
lgandx
59337ab87d
Merge pull request #92 from jvoisin/master
...
Refactor a bit the whole codebase to be more pythonic
2016-07-07 21:28:33 -05:00
jvoisin
86fb1ab328
Minor refactoring of the main script
2016-07-05 01:31:43 +02:00
jvoisin
2e9dd48b86
Factorise a bit some tools
2016-07-05 01:31:43 +02: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
jvoisin
f2a2ffbe87
Refactor a bit the poisoners
2016-07-05 01:31:33 +02:00
lgandx
04c841d34e
Fixed color bug in Analyze mode
2016-06-08 14:34:29 -05:00
lgandx
6f8652c0fc
fixed minor bug
2016-06-08 14:32:37 -05:00
lgandx
df63c1fc13
Fixed Icmp-Redirect..
2016-06-05 20:25:58 -05:00
lgandx
165a362fde
Set AutoIgnoreAfterSuccess = Off by default, up to the pentester to disable it.
2016-06-05 20:01:37 -05: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
a66322a307
Merging byt3bl33d3r fixes
2016-06-05 17:56:54 -05:00
lgandx
448db124cb
Merge pull request #84 from jrmdev/master
...
Implemented auto-ignore list
2016-05-15 18:20:12 -05:00
lgandx
e9bb86f42e
Merge pull request #83 from ravenium/patch-1
...
Update README.md
2016-05-15 18:17:45 -05:00
lgandx
98cf6dc4b2
Merge pull request #76 from vysec/master
...
Update utils.py
2016-05-15 18:16:40 -05:00
lgandx
83ee962ab6
Merge pull request #74 from mubix/patch-2
...
Set to use TLSv1 instead of SSLv3
2016-05-15 18:14:39 -05:00
Vincent Yiu
0b4f961b79
Update utils.py
...
Use elif
2016-05-13 13:26:48 +01:00