mirror of
https://github.com/peass-ng/PEASS-ng.git
synced 2026-01-02 00:00:20 -08:00
Compare commits
10 Commits
20230807-3
...
20230924-1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5199c4c395 | ||
|
|
f99387feed | ||
|
|
7eac86c008 | ||
|
|
cab71afe3a | ||
|
|
822768ca1b | ||
|
|
84dc284fac | ||
|
|
101f477279 | ||
|
|
f296c89300 | ||
|
|
40c47868d2 | ||
|
|
b617756f80 |
@@ -247,7 +247,7 @@ print_support () {
|
||||
| ${BLUE}Do you like PEASS?${GREEN} |
|
||||
|---------------------------------------------------------------------------------|
|
||||
| ${YELLOW}Get the latest version${GREEN} : ${RED}https://github.com/sponsors/carlospolop${GREEN} |
|
||||
| ${YELLOW}Follow on Twitter${GREEN} : ${RED}@hacktricks_live${GREEN} |
|
||||
| ${YELLOW}Follow on Twitter${GREEN} : ${RED}@hacktricks_live${GREEN} |
|
||||
| ${YELLOW}Respect on HTB${GREEN} : ${RED}SirBroccoli ${GREEN} |
|
||||
|---------------------------------------------------------------------------------|
|
||||
| ${BLUE}Thank you! ${GREEN} |
|
||||
|
||||
@@ -14,7 +14,7 @@ namespace winPEAS.Checks
|
||||
|
||||
new List<Action>
|
||||
{
|
||||
//PrintInterestingProcesses,
|
||||
PrintInterestingProcesses,
|
||||
PrintVulnLeakedHandlers,
|
||||
}.ForEach(action => CheckRunner.Run(action, isDebug));
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user