mirror of
https://git.juggalol.com/agatha/gitmon.git
synced 2024-11-22 23:46:42 +00:00
CATCH EM SLIPPIN
This commit is contained in:
parent
c29ad2f5be
commit
2d7fad2075
BIN
.img/slippin-db.png
Normal file
BIN
.img/slippin-db.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
BIN
.img/slippin-ght.png
Normal file
BIN
.img/slippin-ght.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
@ -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.
|
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
|
## Contributors
|
||||||
- agathanonymous
|
- agathanonymous
|
||||||
|
2
main.py
2
main.py
@ -23,7 +23,7 @@ def main():
|
|||||||
while True:
|
while True:
|
||||||
events = api.get_events()
|
events = api.get_events()
|
||||||
for event in events:
|
for event in events:
|
||||||
if event['type'] == 'CreateEvent':
|
if event['type'] in ['CreateEvent', 'DeleteEvent']:
|
||||||
log_event(event)
|
log_event(event)
|
||||||
|
|
||||||
time.sleep(10)
|
time.sleep(10)
|
||||||
|
Loading…
Reference in New Issue
Block a user