Projects STRLCPY GraphSpy Commits 36c1b069
🤬
  • ■ ■ ■ ■ ■
    GraphSpy/templates/access_token_modal.html
     1 +<!-- Access Token Modal -->
    1 2  <div class="modal fade" id="access_token_modal" tabindex="-1" aria-labelledby="access_token_modal_label" aria-hidden="true">
    2 3   <div class="modal-dialog modal-xl">
    3 4   <div class="modal-content">
    skipped 140 lines
  • ■ ■ ■ ■ ■
    GraphSpy/templates/refresh_token_modal.html
     1 +<!-- Refresh Token Modal -->
    1 2  <div class="modal fade" id="refresh_token_modal" tabindex="-1" aria-labelledby="refresh_token_modal_label" aria-hidden="true">
    2 3   <div class="modal-dialog modal-xl">
    3 4   <div class="modal-content">
    skipped 133 lines
  • ■ ■ ■ ■
    GraphSpy/version.txt
    1  -1.1.2
     1 +1.1.3
  • ■ ■ ■ ■ ■
    README.md
    skipped 63 lines
    64 64   
    65 65  For detailed instructions and other command line arguments, please refer to the [Execution page](https://github.com/RedByte1337/GraphSpy/wiki/Execution) on the wiki.
    66 66   
     67 +## Usage
     68 + 
     69 +Please refer to the [Github Wiki](https://github.com/RedByte1337/GraphSpy/wiki) for full usage details.
     70 + 
     71 +For a quick feature overview, check out the [official release blog post](https://insights.spotit.be/2024/04/05/graphspy-the-swiss-army-knife-for-attacking-m365-entra/).
     72 + 
    67 73  # Features
    68 74   
    69 75  ## Access and Refresh Tokens
    skipped 36 lines
    106 112   
    107 113  ## Graph Searching
    108 114   
    109  -Search for keywords through all Microsoft 365 applications using the Microsoft 365 API.
     115 +Search for keywords through all Microsoft 365 applications using the Microsoft Search API.
    110 116   
    111 117  For instance, use this to search for any files or emails containing keywords such as "password", "secret", ...
    112 118   
    113 119  ![Graph Search](images/graph_search_2.png)
    114 120   
    115  -## Generic Graph Requests
     121 +## Custom Requests
    116 122   
    117  -Perform any other MS Graph requests and display the raw response.
     123 +Perform custom API requests towards any endpoint using access tokens stored in GraphSpy.
    118 124   
    119  -![Graph Request](images/generic_graph_requests.png)
     125 +![Custom Request](images/custom_requests.png)
     126 + 
     127 +Custom request templates with variables can be stored in the database to allow easy reuse of common custom API requests.
     128 + 
     129 +![Custom Request](images/custom_request_templates.png)
    120 130   
    121 131  ## Multiple Databases
    122 132   
    skipped 39 lines
  • images/custom_request_templates.png
  • images/custom_requests.png
  • images/generic_graph_requests.png
Please wait...
Page is in error, reload to recover