Commit Graph

2229 Commits (5931fb774b7e814390c2415d7f6c5c16f9f11eb6)

Author SHA1 Message Date
mpgn 5931fb774b
Merge pull request #86 from mpgn/av_check
New Av check
2023-08-12 22:38:53 +02:00
mpgn d582f531b4
Update enum_av.py 2023-08-12 18:10:26 +02:00
mpgn cd7ee36e7e
Update enum_av.py
cleanup file
2023-08-12 18:09:07 +02:00
mpgn 917be69e0f
Merge pull request #84 from bongobongoland/master
Kaspersky for Windows Server
2023-08-12 14:43:11 +02:00
mpgn e3b3b45328
Merge pull request #83 from godylockz/fix_mssql
MSSQL Query Processing [Bug Fix]
2023-08-12 14:41:00 +02:00
mpgn 53401caa25 add check on login before running module 2023-08-12 06:17:08 -04:00
bongobongoland 622ea4237d
Update enum_av.py 2023-08-12 11:08:33 +10:00
godylockz f5187f6761 Fix errors 2023-08-11 18:05:50 -04:00
mpgn 12e259970d
Merge pull request #82 from mpgn/neff-bugfixes
Fix configparser issue with missing configs
2023-08-11 14:18:16 +02:00
Alex 71d2ade361 Introduce more fallbacks 2023-08-11 14:00:48 +02:00
Alex 368996dede Fix configparser error 2023-08-11 14:00:39 +02:00
mpgn b5699a7c77
Merge pull request #80 from Kahvi-0/Kahvi-0-patch-1
Addition to "audit_mode". Reveal the first X characters of password.
2023-08-11 12:12:45 +02:00
mpgn e38d922913 Add AV #76 #75 2023-08-11 05:36:56 -04:00
Kahvi-0xFF bceb95ee86
Added reveal_chars_of_pwd 2023-08-10 18:38:48 -04:00
Kahvi-0xFF d822ef8a4e
Added reveal_chars_of_pwd to config
Added new config option called "reveal_chars_of_pwd" that allows users to choose if they would like to reveal the first X characters of passwords. Handy for screenshots where you are spraying a handful of pwds and want to show the first couple of characters.
2023-08-10 18:37:05 -04:00
mpgn 4004cfa3d0
Merge pull request #79 from Cyb3rC3lt/master
Enhanced the comp-desc module
2023-08-10 19:47:24 +02:00
Cyber Celt b43f84ac9c
Adding find_computer.py as a replacement for comp_desc.py
Adding find_computer.py as a replacement for comp_desc.py. It now takes a TEXT field and searches both names and operating system  fields.
2023-08-10 14:03:10 +01:00
Cyber Celt 2a197ac2b3
Delete comp_desc.py
Replacing with find_computer.py
2023-08-10 14:01:36 +01:00
Cyber Celt 6ff48c762c
Update comp_desc.py 2023-08-10 13:09:39 +01:00
mpgn 90f5cb908c
Merge pull request #78 from Data-Praetor/Argument-Fix
Explicit check as file for argument
2023-08-10 10:44:41 +02:00
Data-Praetor 758ebe9c08
Explicit check as file for argument
Use case:
"cme smb 10.10.10.10" when a subdirectory of the name "10.10.10.10" exists in the parent folder.

CrackMapExec throws a "IsADirectoryError: [Errno 21]" error in the above case.
2023-08-10 09:24:58 +05:30
mpgn 7befee3041
Merge pull request #77 from nurfed1/ldap-check-bug
Fix ldap checker bug
2023-08-08 17:04:13 +02:00
Bryan De Houwer 9ef2ca6e48 Fix ldap checker bug 2023-08-08 16:25:21 +02:00
mpgn 790452e227
Merge pull request #74 from mpgn/neff-bugfixes
Fix crash in veeam module when password contains whitespaces #72
2023-08-05 23:44:56 +02:00
Alexander Neff 1ab200c5a5 Fix crash in veeam module when password contains whitespaces and inform user 2023-08-05 18:27:35 +02:00
mpgn 7d036af012
Merge pull request #69 from mpgn/fix_fqdn
fix issue #67
2023-08-03 11:43:23 +02:00
mpgn 2e96967002 fix issue #67 2023-08-03 05:39:20 -04:00
mpgn 9c84f97d6a
Merge pull request #61 from termanix/patch-1
New module pi
2023-07-31 12:24:20 +02:00
mpgn 2b097e6400
Merge pull request #60 from 0xlazY/master
Feat: Added flag --no-write-check on smb shares
2023-07-31 12:24:09 +02:00
mpgn d26d822fa4 recompile exe 2023-07-31 06:10:47 -04:00
termanix 2e0ee1eaca
New module pi
Pi module is used to run commands by process injection method for logged in user(s) in case of having admin rights on windows system.
2023-07-26 15:01:30 +03:00
0xlazy a6a5adcea6 Changed --no-write-check flag location/group 2023-07-26 09:48:22 +02:00
0xlazy 59b12d2d23 Feat: Added flag --no-write-check on smb shares 2023-07-25 17:34:40 +02:00
mpgn 508fe83254
Merge pull request #59 from mpgn/no_smb
Add option --no-smb for mssql proto
2023-07-25 09:24:05 +02:00
mpgn eafee24f66 fix missing function 2023-07-24 14:45:15 -04:00
mpgn 2f69af131d add --no-smb arg for mssql 2023-07-24 14:40:36 -04:00
mpgn 963630ccca
Merge pull request #55 from godylockz/master
spider_plus Improvements
2023-07-24 12:56:00 +02:00
mpgn 260c7695dc
Merge pull request #36 from Dfte/master
Update impersonate.py
2023-07-23 17:10:58 +02:00
mpgn b492993a77 update to new log function 2023-07-23 11:03:17 -04:00
mpgn 686a1c4a14 update binary :) 2023-07-23 10:55:00 -04:00
godylockz 81a03045d7 Improvements for the spider_plus CME module including downloading files 2023-07-22 11:01:32 -04:00
mpgn 35d2619cfb
Merge pull request #53 from mpgn/smbexec
Update smb.py to fix issue #51
2023-07-17 09:34:21 +02:00
mpgn 253ddeadc7
Update mmcexec.py 2023-07-16 21:57:17 +02:00
mpgn fa073fae86
Update smb.py to fix mmcexec 2023-07-16 21:56:56 +02:00
mpgn 00a2f5618d
Update atexec.py 2023-07-16 16:42:55 +02:00
mpgn 980346e991
Update smb.py atexec to add logger #51 2023-07-16 16:35:09 +02:00
mpgn c2f89568bb
Update atexec.py add try catch #51 2023-07-16 16:34:28 +02:00
mpgn be93d56a93
Update smb.py to fix issue #51 2023-07-16 16:22:57 +02:00
mpgn e93516cb65
Merge pull request #49 from mpgn/neff-bugfixes2
Fixing #45
2023-07-15 20:25:50 +02:00
mpgn 303b75837e
Merge pull request #48 from mpgn/neff-bugfixes
Fix logic flaw for fix #41
2023-07-15 20:25:35 +02:00