10000 Update README.md · wisdark/Graphpython@8fcb700 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8fcb700

Browse files
authored
Update README.md
1 parent a9abd53 commit 8fcb700

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ Please refer to the [Wiki](https://github.com/mlcsec/Graphpython/wiki) for more
172172
- Get-ScriptContent
173173
- Backdoor-Script
174174
- Deploy-MaliciousScript
175+
- Deploy-MaliciousWebLink
175176
- Display-AVPolicyRules
176177
- Display-ASRPolicyRules
177178
- Display-DiskEncryptionPolicyRules
@@ -182,7 +183,6 @@ Please refer to the [Wiki](https://github.com/mlcsec/Graphpython/wiki) for 8000 more
182183
- Display-UserGroupAccountProtectionPolicyRules
183184
- Add-ExclusionGroupToPolicy
184185
- Reboot-Device
185-
- Retire-Device
186186
- Lock-Device
187187
- Shutdown-Device
188188
- Update-DeviceConfig
@@ -195,6 +195,7 @@ Please refer to the [Wiki](https://github.com/mlcsec/Graphpython/wiki) for more
195195
- Delete-Application
196196
- Delete-Device
197197
- Wipe-Device
198+
- Retire-Device
198199

199200
### Locators
200201

@@ -212,20 +213,25 @@ The following demos can be found on the [Wiki](https://github.com/mlcsec/Graphpy
212213
- [Invoke-UserEnumerationAsOutsider](https://github.com/mlcsec/Graphpython/wiki/Demos#invoke-userenumerationasoutsider)
213214
- [Authentication](https://github.com/mlcsec/Graphpython/wiki/Demos#authentication)
214215
- [Get-GraphTokens](https://github.com/mlcsec/Graphpython/wiki/Demos#get-graphtokens)
216+
- [Get-TenantID](https://github.com/mlcsec/Graphpython/wiki/Demos#get-tenantid)
215217
- [Invoke-RefreshToAzureManagementToken](https://github.com/mlcsec/Graphpython/wiki/Demos#invoke-refreshtoazuremanagementtoken)
216-
- [Invoke-RefreshToMSGraphToken]((https://github.com/mlcsec/Graphpython/wiki/Demos#invoke-refreshtomsgraphtoken))
218+
- [Invoke-RefreshToMSGraphToken](https://github.com/mlcsec/Graphpython/wiki/Demos#invoke-refreshtomsgraphtoken)
217219
- [Invoke-CertToAccessToken](https://github.com/mlcsec/Graphpython/wiki/Demos#invoke-certtoaccesstoken)
218220
- [Invoke-ESTSCookieToAccessToken](https://github.com/mlcsec/Graphpython/wiki/Demos#invoke-estscookietoaccesstoken)
219221
- [Post-Auth Enumeration](https://github.com/mlcsec/Graphpython/wiki/Demos#post-auth-enumeration)
222+
- [Get-CurrentUser](https://github.com/mlcsec/Graphpython/wiki/Demos#get-currentuser)
220223
- [Get-User](https://github.com/mlcsec/Graphpython/wiki/Demos#get-user)
224+
- [Get-Group](https://github.com/mlcsec/Graphpython/wiki/Demos#get-group)
221225
- [Get-UserPrivileges](https://github.com/mlcsec/Graphpython/wiki/Demos#get-userprivileges)
226+
- [Get-Domains](https://github.com/mlcsec/Graphpython/wiki/Demos#get-domains)
222227
- [Get-Application](https://github.com/mlcsec/Graphpython/wiki/Demos#get-application)
223228
- [List-RecentOneDriveFiles](https://github.com/mlcsec/Graphpython/wiki/Demos#list-recentonedrivefiles)
224229
- [Post-Auth Exploitation](https://github.com/mlcsec/Graphpython/wiki/Demos#post-auth-exploitation)
225230
- [Invite-GuestUser](https://github.com/mlcsec/Graphpython/wiki/Demos#invite-guestuser)
226231
- [Find-PrivilegedRoleUsers](https://github.com/mlcsec/Graphpython/wiki/Demos#find-privilegedroleusers)
227232
- [Assign-PrivilegedRole](https://github.com/mlcsec/Graphpython/wiki/Demos#assign-privilegedrole)
228233
- [Find-PrivilegedApplications](https://github.com/mlcsec/Graphpython/wiki/Demos#find-privilegedapplications)
234+
- [Add-ApplicationCertificate](https://github.com/mlcsec/Graphpython/wiki/Demos#add-applicationcertificate)
229235
- [Add-ApplicationPermission](https://github.com/mlcsec/Graphpython/wiki/Demos#add-applicationpermission)
230236
- [Spoof-OWAEmailMessage](https://github.com/mlcsec/Graphpython/wiki/Demos#spoof-owaemailmessage)
231237
- [Find-DynamicGroups](https://github.com/mlcsec/Graphpython/wiki/Demos#find-dynamicgroups)
@@ -234,12 +240,14 @@ The following demos can be found on the [Wiki](https://github.com/mlcsec/Graphpy
234240
- [Post-Auth Intune Enumeration](https://github.com/mlcsec/Graphpython/wiki/Demos#post-auth-intune-enumeration)
235241
- [Get-ManagedDevices](https://github.com/mlcsec/Graphpython/wiki/Demos#get-manageddevices)
236242
- [Get-UserDevices](https://github.com/mlcsec/Graphpython/wiki/Demos#get-userdevices)
243+
- [Get-DeviceCompliancePolicies](https://github.com/mlcsec/Graphpython/wiki/Demos#get-devicecompliancepolicies)
237244
- [Get-DeviceConfigurationPolicies](https://github.com/mlcsec/Graphpython/wiki/Demos#get-deviceconfigurationpolicies)
238245
- [Post-Auth Intune Exploitation](https://github.com/mlcsec/Graphpython/wiki/Demos#post-auth-intune-exploitation)
239246
- [Display-AVPolicyRules](https://github.com/mlcsec/Graphpython/wiki/Demos#display-avpolicyrules)
240247
- [Get-ScriptContent](https://github.com/mlcsec/Graphpython/wiki/Demos#get-scriptcontent)
241248
- [Backdoor-Script](https://github.com/mlcsec/Graphpython/wiki/Demos#backdoor-script)
242249
- [Deploy-MaliciousScript](https://github.com/mlcsec/Graphpython/wiki/Demos#deploy-maliciousscript)
250+
- [Deploy-MaliciousWebLink](https://github.com/mlcsec/Graphpython/wiki/Demos#deploy-maliciousweblink)
243251
- [Add-ExclusionGroupToPolicy](https://github.com/mlcsec/Graphpython/wiki/Demos#add-exclusiongrouptopolicy)
244252
- [Cleanup](https://github.com/mlcsec/Graphpython/wiki/Demos#cleanup)
245253
- [Remove-GroupMember](https://github.com/mlcsec/Graphpython/wiki/Demos#remove-groupmember)
@@ -263,8 +271,9 @@ The following demos can be found on the [Wiki](https://github.com/mlcsec/Graphpy
263271
## Todo
264272

265273
- Update:
266-
- [ ] `Get-UserPrivileges` - update to flag any privileged directory role app ids
267-
- [ ] `Locate-DirectoryRoleID` - similar to other locator functions but for resolving directory role ids
274+
- [ ] `Get-UserPrivileges` - update to flag any privileged directory role app ids green
275+
- [ ] `Locate-DirectoryRoleID` - similar to other locator functions but for resolving directory role ids
276+
- [ ] `Deploy-MaliciousWebLink` - add option to deploy script which copies link new link to all user deskto 4850 ps
268277
- New:
269278
- [ ] `Deploy-MaliciousWin32Exe/MSI` - use IntuneWinAppUtil.exe to package the EXE/MSI and deploy to devices
270279
- check also [here](https://learn.microsoft.com/en-us/graph/api/resources/intune-app-conceptual?view=graph-rest-1.0) for managing iOS, Android, LOB apps etc. via graph

0 commit comments

Comments
 (0)
0