1
mirror of https://github.com/carlospolop/PEASS-ng synced 2024-11-20 12:39:21 +01:00
Commit Graph

338 Commits

Author SHA1 Message Date
Emmanouil Perselis
d587c05833
Update Program.cs
I have added the option to write the output to a file when the parameter "log" is inserted. This is because I was not able to see the output when I was loading the exe with reflective PE injection in Powershell.
2021-01-21 17:43:24 +01:00
makikvues
e76e097627 - refactoring & cleanup
- updated Autorun checks
2021-01-19 23:56:26 +01:00
makikvues
a27ad66892 - Program and Main made public 2021-01-18 23:37:55 +01:00
makikvues
9dd1fdbc95 - scheduled tasks rewrite - cleanup, excluding also Microsoft from Path; skipping failed scheduled tasks
- added total execution time for debugging purposes
- bugfixes
- GetEverLoggedUsers() - skipping users which could not be translated
2021-01-18 22:12:01 +01:00
makikvues
e16234b773 - refactoring & cleanup
- TODO: first version of AppLocker implementation
- CredentialManager implementation
- added check of LsaCompatiblityLevel
- updated GetAutoRunsFolder
- updated PrintTranscriptPS
2021-01-17 23:38:39 +01:00
makikvues
448a1aaf5b - fixed getting data from clipboard
- fixed GetExecutableFromPath
- unified exception logging
- cleanup
2021-01-14 23:50:19 +01:00
makikvues
bf10cd7c0c - implemented quicker search with pre-caching search files/directories 2021-01-13 22:36:53 +01:00
makikvues
c8683a9a48 - added debug to usage 2021-01-10 20:40:01 +01:00
makikvues
ff030224fe - reverted new test search method
- added debugging information - memory, method execution time
2021-01-10 20:37:49 +01:00
makikvues
2f467a3405 - huge refactoring 2021-01-10 14:46:34 +01:00
makikvues
19f6cda357 - refactoring / cleanup
- split files into multiple classes
- implemented native wifi - getting saved credentials
- added registry helper
2021-01-08 19:46:15 +01:00
makikvues
d091dbcba5 - updated Watson + cleanup 2021-01-08 14:40:01 +01:00
makikvues
358b366408 - updated ignore list 2021-01-08 13:55:38 +01:00
makikvues
365848d9a1 - work in progress
- added measurement method to measure search speed
- added new search implementation using Parallel.ForEach
2021-01-07 23:23:10 +01:00
Carlos Polop
16fd60d99a
Update MyUtils.cs 2020-11-26 21:18:02 +00:00
Limn0
d0696edd18
updated color scheme
-purple
+readability
2020-10-09 15:08:57 +02:00
Limn0
50e67cb174
Re-write of WinPEAS.bat
+ added color-coded output
+ added progress tracking in percent
+ segmented code into pass-through functions for easier maintenance
o reformatted advisory message
o removed some ECHO. to save uniform whitespace
o fixed some typos
o more error-catching
2020-10-09 12:39:45 +02:00
Limn0
62f7ea3a94
fix typo & fix issue with weird echo on error messages 2020-10-09 00:27:54 +02:00
Chris Weinert
822e149c72 Add WiFi credential functionality 2020-09-24 17:06:54 -05:00
Carlos Polop
157e22ce0e
Update Program.cs 2020-09-20 23:23:04 +01:00
carlospolop
89bc4c527e winpeas 2020-09-02 09:54:37 +01:00
carlospolop
256b22d0dc Winpeas changes 2020-08-18 14:32:36 +01:00
carlospolop
59627f8e35 Winpeasv1.1 2020-08-16 15:37:51 +01:00
Carlos Polop
47cd142ca8
Merge pull request #56 from kazkansouh/device-driver-enum
3rd party device drive enum
2020-08-16 13:35:20 +01:00
Karim Kanso
07f1508267 3rd party device drive enum 2020-08-16 08:44:59 +01:00
pranavjoy
c734bf340f
Fixed typo "Foreing" to "Foreign" 2020-08-12 17:47:36 +02:00
Carlos Polop
1523bb1381
Update README.md 2020-08-11 11:51:12 +01:00
Carlos Polop
2e756a000b
Update README.md 2020-08-06 09:17:33 +01:00
carlospolop
e47619321d winpeasv1 2020-08-06 00:12:41 +01:00
Carlos Polop
3d0f4749bf
Update Beaprint.cs 2020-07-24 17:19:59 +01:00
carlos.polopmartin
ab1b188fb3 winpeas update 2020-06-24 16:18:15 +01:00
carlos.polopmartin
4d9ef3b97c winpeas update 2020-06-24 16:07:21 +01:00
Carlos Polop
808bde7617
Merge pull request #51 from Hackndo/powershell-history
Add Powershell history file
2020-06-24 15:22:42 +01:00
pixis
7618fc38f0 Add Powershell history file 2020-06-22 18:35:13 +02:00
pixis
81e6b3d396 Add User SID for complete access rights checks 2020-06-22 14:34:36 +02:00
Rob Fuller
16d2241872
Correct option
notansi isn't a valid option, however notcolor is.  ;-)
2020-06-03 21:57:10 -04:00
Carlos Polop
7843568837
Update winPEAS.bat 2020-04-27 21:41:07 +01:00
Carlos Polop
403e249d3b
Update Program.cs 2020-04-27 21:35:46 +01:00
Carlos Polop
8d5aed90e6
Update SystemInfo.cs 2020-04-27 21:35:07 +01:00
Carlos Polop
db0fe66e62
Update winPEAS.bat 2020-04-23 18:39:30 +01:00
Carlos Polop
a8b559e957
Update Program.cs 2020-04-22 16:38:46 +01:00
kali
d63e54de8d Readme 2020-04-18 17:00:40 -04:00
sweetroll
3c9ba1855f
update readme.md
typo fix for "search" in 2nd line
2020-04-15 07:57:52 -06:00
carlospolop
0a5b2b69ed Winpeas 2020-04-10 18:54:38 +01:00
Carlos Polop
752b8f0a67
Update Program.cs 2020-03-29 23:38:39 +01:00
carlospolop
c657598821 Winpeas: More checks & fixes 2020-02-24 00:07:46 +00:00
Carlos Polop
8477b159e2
Update winPEAS.bat 2020-02-17 09:46:47 +00:00
Carlos Polop
639174c09c
Update Program.cs 2020-02-17 09:45:51 +00:00
Carlos Polop
bf27518e92
Update README.md 2020-01-31 15:38:55 +00:00
carlospolop
c08744708c Obfuscation anti AV 2020-01-31 10:14:12 -05:00
carlospolop
7d7e12c33d update WinPEAS Readme 2020-01-29 14:20:08 -05:00
carlospolop
64b41fb552 Added well-known SIDs 2020-01-29 13:30:58 -05:00
carlospolop
4cc980ee58 winPEAS check permissions SIDs 2020-01-28 15:11:35 -05:00
carlospolop
7f822eeab1 Check service permissions 2020-01-27 15:32:35 -05:00
Carlos Polop
1faa20fd60
Update winPEAS.bat 2020-01-19 21:24:32 +00:00
carlospolop
b467269914 Telegram group: https://t.me/peass 2020-01-17 19:16:05 -05:00
Carlos Polop
c645ea8899
Update README.md 2020-01-18 00:09:00 +00:00
carlospolop
814717819b More stable winPEAS & linpeasv2.2.9 2020-01-17 19:00:00 -05:00
maltemo
93fd77d665 Fixing typo in winPEASbat 2019-12-08 16:30:12 +01:00
carlospolop
fb1f7d85b5 fastest winpeas.exe 2019-11-07 14:36:47 -05:00
carlospolop
54150c4224 del color blue 2019-11-06 12:39:34 -05:00
carlospolop
68bd8bac02 exception 2019-11-05 12:46:44 -05:00
carlospolop
5477232b51 scripts 2019-11-05 07:33:48 -05:00
carlospolop
9f8c1f9975 del debug 2019-11-05 06:43:07 -05:00
carlospolop
36d7f660b8 Merge branch 'master' of https://github.com/carlospolop/privilege-escalation-awesome-script-suite 2019-11-05 06:40:47 -05:00
carlospolop
f79832ec2f winpeasexe-domain 2019-11-05 06:40:09 -05:00
carlospolop
1f5e5a6508 winpeasexe-domain 2019-11-05 06:39:37 -05:00
carlospolop
062ce82ba6 video 2019-11-04 21:51:38 +01:00
carlospolop
64b9062daa ig 2019-11-04 11:28:20 -05:00
carlospolop
14d337a24d video 2019-11-04 11:25:17 -05:00
carlospolop
b5f6096045 video 2019-11-04 11:22:22 -05:00
carlospolop
45995cd200 donations 2019-11-04 08:46:33 -05:00
carlospolop
938c2e13b0 images, banners & options 2019-11-04 07:59:43 -05:00
Carlos Polop
0cbd2afbbd
Update README.md 2019-11-04 10:07:59 +00:00
Carlos Polop
1922890a67
Update README.md 2019-11-04 10:07:37 +00:00
Carlos Polop
0a3ab3b521
Update README.md 2019-11-04 10:07:15 +00:00
root
385c23be93 images 2019-11-04 05:02:01 -05:00
Carlos Polop
ad26917fb5
Update README.md 2019-11-04 01:20:11 +00:00
Carlos Polop
37847baed8
Update README.md 2019-11-04 01:19:59 +00:00
Carlos Polop
b33a26b4ff
Update README.md 2019-11-04 01:19:45 +00:00
Carlos Polop
ad49174881
Update README.md 2019-11-04 00:57:00 +00:00
Carlos Polop
e2c416b337
Update README.md 2019-11-04 00:52:24 +00:00
Carlos Polop
2392a92b21
Update README.md 2019-11-04 00:51:33 +00:00
Carlos Polop
cba1d0948b
Update README.md 2019-11-04 00:51:19 +00:00
Carlos Polop
b027dcc5cc
Update README.md 2019-11-04 00:42:06 +00:00
Carlos Polop
971ff9acbb
Update README.md 2019-11-04 00:41:36 +00:00
carlospolop
c845d344a9 PEASS 2019-11-04 01:39:01 +01:00
carlospolop
dc4610c093 PEASS 2019-11-04 01:38:24 +01:00