Skip to content

Commit c3442ab

Browse files
authored
feat: add grep app enumeration
1 parent 2971546 commit c3442ab

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Threat_Intel.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,3 +564,11 @@ else
564564
echo "No commit emails found."
565565
fi
566566
```
567+
568+
## Code Enumeration with Grep App
569+
570+
- Rapidly scan millions of code repositories with Grep App:
571+
572+
```sh
573+
curl -s -H "Accept: application/json" "https://grep.app/api/search?q=-----BEGIN+RSA+PRIVATE+KEY-----" | jq '.'
574+
```

0 commit comments

Comments
 (0)