mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-22 02:43:02 +00:00
Merge branch 'master' of https://github.com/The-Art-of-Hacking/art-of-hacking
This commit is contained in:
commit
41444bf71f
3 changed files with 22 additions and 6 deletions
BIN
mobile_security/app-release.apk
Normal file
BIN
mobile_security/app-release.apk
Normal file
Binary file not shown.
1
mobile_security/output.json
Normal file
1
mobile_security/output.json
Normal file
|
@ -0,0 +1 @@
|
|||
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
|
|
@ -1,8 +1,23 @@
|
|||
# Resources for Windows-based Assessments
|
||||
|
||||
* [The Active Directory module for Windows PowerShell is a PowerShell module that consolidates a group of cmdlets.](https://docs.microsoft.com/en-us/powershell/module/addsadministration/?view=win10-ps)
|
||||
* [PowerShell Empire](http://www.powershellempire.com/)
|
||||
* [PowerSploit](https://github.com/PowerShellMafia/PowerSploit)
|
||||
* [CimSweep](https://github.com/PowerShellMafia/CimSweep)
|
||||
* [PowerSCCM](https://github.com/PowerShellMafia/PowerSCCM)
|
||||
* [SANS PowerShell Cheat Sheet](https://pen-testing.sans.org/blog/2016/05/25/sans-powershell-cheat-sheet/)
|
||||
## Tools used for Windows-based Assessments
|
||||
- [PowerShell Empire](http://www.powershellempire.com/)
|
||||
- [CimSweep](https://github.com/PowerShellMafia/CimSweep)
|
||||
- [Responder](https://github.com/lgandx/Responder) - A LLMNR, NBT-NS and MDNS poisoner
|
||||
- [BloodHound](https://github.com/BloodHoundAD/BloodHound) - Six Degrees of Domain Admin
|
||||
- [AD Control Path](https://github.com/ANSSI-FR/AD-control-paths) - Active Directory Control Paths auditing and graphing tools
|
||||
- [PowerSploit](https://github.com/PowerShellMafia/PowerSploit/) - A PowerShell Post-Exploitation Framework
|
||||
- [PowerView](https://github.com/PowerShellMafia/PowerSploit/tree/master/Recon) - Situational Awareness PowerShell framework
|
||||
- [PowerSCCM](https://github.com/PowerShellMafia/PowerSCCM) - Functions to facilitate connections to and queries from SCCM databases and WMI interfaces for both offensive and defensive applications.
|
||||
- [Empire](https://github.com/EmpireProject/Empire) - PowerShell and Python post-exploitation agent
|
||||
- [Mimikatz](https://github.com/gentilkiwi/mimikatz) - Utility to extract plaintexts passwords, hash, PIN code and kerberos tickets from memory but also perform pass-the-hash, pass-the-ticket or build Golden tickets
|
||||
- [UACME](https://github.com/hfiref0x/UACME) - Defeating Windows User Account Control
|
||||
- [Windows System Internals](https://technet.microsoft.com/en-us/sysinternals/bb545021.aspx) - (Including Sysmon etc.)
|
||||
- [Hardentools](https://github.com/securitywithoutborders/hardentools) - Collection of simple utilities designed to disable a number of "features" exposed by Windows
|
||||
- [CrackMapExec](https://github.com/byt3bl33d3r/CrackMapExec) - A swiss army knife for pentesting Windows/Active Directory environments
|
||||
|
||||
## Additional Resources
|
||||
- [PaulSec Windows Resource Repository](https://github.com/PaulSec/awesome-windows-domain-hardening)
|
||||
- [Tools Cheatsheets](https://github.com/HarmJ0y/CheatSheets) - (Beacon, PowerView, PowerUp, Empire, ...)
|
||||
- [SANS PowerShell Cheat Sheet](https://pen-testing.sans.org/blog/2016/05/25/sans-powershell-cheat-sheet/)
|
||||
- [The Active Directory module for Windows PowerShell is a PowerShell module that consolidates a group of cmdlets.](https://docs.microsoft.com/en-us/powershell/module/addsadministration/?view=win10-ps)
|
||||
|
|
Loading…
Reference in a new issue