Commit Graph

376 Commits

Author SHA1 Message Date
HexPandaa
c33da69a8b Use == instead of is
`==` should be used when comparing values, `is` should be used to compare identities.
2021-04-02 17:00:35 +02:00
lgandx
6c51080109 removed FindSMB2UPTime.py since RunFinger already get this info 2021-03-26 01:43:03 -03:00
lgandx
724cfecb5a minor fix 2021-03-26 00:10:14 -03:00
lgandx
3b3ee1314e Ported DHCP.py to py3 2021-03-25 23:34:16 -03:00
lgandx
6658c2b98f made compatible py2/py3 2021-03-25 23:06:48 -03:00
lgandx
5c56c6e0ca Ported to py3 2021-03-25 21:55:56 -03:00
lgandx
35b12b4832 Removed MultiRelay binaries 2021-03-20 14:25:39 -03:00
lgandx
cc3a5b5cff added a check for exec file 2021-03-20 10:22:52 -03:00
lgandx
5d762c4a55 Removed BindShell executable file 2021-03-20 10:10:49 -03:00
lgandx
ccee87aa95 Removed donation banner 2021-03-20 09:23:30 -03:00
lgandx
dd1a674080 removed verification 2021-03-20 09:20:32 -03:00
lgandx
4b02bcadf1 google verification 2021-03-20 09:13:42 -03:00
lgandx
8104139a35 Added donation banner. 2021-02-10 13:09:07 -03:00
lgandx
06f9f91f11 added donation address and minor typo 2021-02-10 11:09:15 -03:00
lgandx
b0f044fe4e added smb filetime support 2021-02-08 22:18:41 -03:00
lgandx
4bddf50b5c Ported MultiRelay to python3 + enhancements. v3.0.3.0 2021-02-08 15:11:31 -03:00
lgandx
24e7b7c667 Added support for SMB2 signing 2020-12-31 09:39:15 -03:00
lgandx
a78dfdf3c7 minor bugfix 2020-12-31 08:52:18 -03:00
lgandx
e24792d774 Added SMB2 support for RunFinger and various other checks. 2020-12-31 01:27:43 -03:00
lgandx
fc4ac599d3 Merge branch 'master' of https://github.com/lgandx/Responder 2020-12-31 01:18:16 -03:00
lgandx
d2e5642d58 Added SMB2 support for RunFinger and various other checks. 2020-12-31 01:13:27 -03:00
lgandx
7842e51f12 Merge pull request #138 from ThePirateWhoSmellsOfSunflowers/fix_challenge
fix custom challenge in python3
2020-12-30 16:54:20 -03:00
lgandx
36ec5cc0a8 Merge pull request #135 from LabanSkollerDefensify/patch-1
Fix typos in README
2020-12-02 22:31:06 -03:00
lgandx
b7626c7581 Merge pull request #145 from khiemdoan/fix-syntax
Fix wrong syntax
2020-12-02 22:29:41 -03:00
Khiem Doan
fb10d20ea3 Fix wrong syntax 2020-11-26 14:19:06 +07:00
ThePirateWhoSmellsOfSunflowers
f581d4dd0e small fix 2020-10-13 13:08:45 +02:00
ThePirateWhoSmellsOfSunflowers
7b47c8fe4e fix custom challenge in python3 2020-10-13 11:47:33 +02:00
Laban Sköllermark
12b796a292 Fix typos in README
* Missing "is" in description of the tool
* s/an unique/a unique/ since it starts with a consonant sound
* Move a word to its correct place
2020-09-30 13:17:34 +02:00
lgandx
af7d27ac8c Fixed LLMNR/NBT-NS/Browser issue when binding to a specific interface v3.0.2.0 2020-09-28 08:11:41 -03:00
lgandx
b982e6e3ce Merge pull request #133 from NickstaDB/fix-bind-address
Use settings.Config.Bind_To as bind address.
2020-09-08 07:33:05 -03:00
nickyb
f84ad05e9a Use settings.Config.Bind_To as bind address. 2020-09-07 15:29:41 +01:00
lgandx
42a7e3b75c version update v3.0.1.0 2020-08-19 08:06:40 -03:00
lgandx
5e39c91a05 py3 bugfix 2020-08-17 20:28:15 -03:00
lgandx
d6f4911eb4 python3.8 compability fix 2020-08-17 16:08:24 -03:00
lgandx
691c44138c Merge pull request #125 from nop5L3D/patch-1
Alter "is" to "==" for Python 3.8 compatibility
2020-08-17 14:58:18 -03:00
lgandx
0f3980578a Merge pull request #121 from Sagar-Jangam/master
Added DNSUpdate.py, a small script to add DNS record to DC for gateri…
2020-08-17 14:56:59 -03:00
nop5L3D
052c1a8285 Alter "is" to "==" for Python 3.8 compatibility
Change the usage of "is" to "==" to comply with the new syntax warnings found in python >= 3.8

Observed warnings:
RunFinger.py:61: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if PY2OR3 is "PY2":
RunFinger.py:68: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if PY2OR3 is "PY2":
RunFinger.py:74: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if PY2OR3 is "PY2":
2020-06-15 14:29:05 -04:00
Sagar-Jangam
05617defef Added DNSUpdate.py, a small script to add DNS record to DC for gatering from different VLANs 2020-04-08 07:23:35 -04:00
lgandx
eb449bb061 Merge pull request #117 from sbrun/master
Fix encoding issue in Python 3
2020-02-21 11:25:12 -03:00
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 v3.0.0.0 2020-01-09 14:47:56 -03:00
lgandx
c52843a535 Added RDP rogue server v2.3.4.0 2019-08-17 16:31:34 -03:00
lgandx
88e316c9a3 Merge pull request #91 from cnotin/patch-1
FindSMB2UPTime: properly deal with servers not disclosing their boot time
2019-05-26 11:05:49 -03:00
lgandx
e1d1657dff Merge pull request #92 from Crypt0-M3lon/master
Fix socket timeout on HTTP POST requests
2019-05-26 11:04:48 -03:00
Crypt0-M3lon
32be7a1853 Merge pull request #1 from Crypt0-M3lon/Crypt0-M3lon-patch-1
Fix socket timeout on HTTP POST requests
2019-02-08 09:08:49 +01: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
Clément Notin
80aa964294 FindSMB2UPTime: properly deal with servers not disclosing their boot time 2019-02-04 11:46:08 +01:00
lgandx
7339411766 Enhanced flags2 to force SMB signature off 2019-01-15 16:18:47 -03:00
lgandx
9656f140e7 Merge pull request #89 from cnotin/patch-1
Replace ParseSMB2NTLMv2Hash() by ParseSMBHash() to handle NTLMv1 and NTLMv2
2019-01-13 11:21:24 -03:00
Clément Notin
c99c9edf19 Replace ParseSMB2NTLMv2Hash() by ParseSMBHash() to handle NTLMv1 and NTLMv2 2019-01-09 19:16:52 +01:00