README Update - Contributions and Documentation
parent
0dd1cc6ac6
commit
325fb499cb
11
README.md
11
README.md
|
@ -11,10 +11,17 @@ Active Directory and Internal Pentest Cheatsheets
|
|||
📖 Documentation
|
||||
-----
|
||||
|
||||
TODO
|
||||
* Feel free to update any pages with your knowledge by submitting a Pull Request
|
||||
* Content in this repository is provided as is, for learning purpose. The author and contributors take no responsibility if you break something.
|
||||
|
||||
|
||||
👨💻 Contributions
|
||||
-----
|
||||
|
||||
TODO
|
||||
<p align="center">
|
||||
<a href="https://github.com/swisskyrepo/InternalAllTheThings/graphs/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=swisskyrepo/InternalAllTheThings&max=36">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
Thanks again for your contribution! :heart:
|
|
@ -6,8 +6,7 @@
|
|||
|
||||
> Allow anyone with "Contributor" rights to run PowerShell scripts on any Azure VM in a subscription as `NT Authority\System`
|
||||
|
||||
**Requirements**:
|
||||
* `Microsoft.Compute/virtualMachines/runCommand/action`
|
||||
**Requirements**: `Microsoft.Compute/virtualMachines/runCommand/action`
|
||||
|
||||
* List available Virtual Machines
|
||||
```powershell
|
||||
|
|
Loading…
Reference in New Issue