CATCH EM SLIPPIN

This commit is contained in:
agatha 2023-11-10 23:20:43 -05:00
parent c29ad2f5be
commit 2d7fad2075
4 changed files with 6 additions and 1 deletions

BIN
.img/slippin-db.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
.img/slippin-ght.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -11,5 +11,10 @@ search for API keys, passwords, endpoints, and more.
GitMon will also build a table that maps commit email addresses to GitHub usernames.
## Caught Slippin'
![Deleted GitHub token](.img/slippin-ght.png)
![Cloud creds](.img/slippin-db.png)
## Contributors
- agathanonymous

View File

@ -23,7 +23,7 @@ def main():
while True:
events = api.get_events()
for event in events:
if event['type'] == 'CreateEvent':
if event['type'] in ['CreateEvent', 'DeleteEvent']:
log_event(event)
time.sleep(10)