https://github.com/cipher387/juicyinfo-nuclei-templates
Nuclei (https://github.com/projectdiscovery/nuclei) templates for extracting juicy info from web pages
https://github.com/cipher387/juicyinfo-nuclei-templates
osint regex socmint
Last synced: about 2 months ago
JSON representation
Nuclei (https://github.com/projectdiscovery/nuclei) templates for extracting juicy info from web pages
- Host: GitHub
- URL: https://github.com/cipher387/juicyinfo-nuclei-templates
- Owner: cipher387
- License: mit
- Created: 2023-03-05T14:33:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T12:05:50.000Z (over 1 year ago)
- Last Synced: 2025-01-17T20:24:57.308Z (4 months ago)
- Topics: osint, regex, socmint
- Homepage:
- Size: 14.2 MB
- Stars: 176
- Watchers: 5
- Forks: 26
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Thank you for following me! https://cybdetective.com
# Juicy Info Extraction Nuclei Templates
Nuclei (https://github.com/projectdiscovery/nuclei) templates for extracting juicy info from web pagesUsing Nuclei for OSINT. 5 minutes guide.
https://medium.com/@cyb_detective/using-nuclei-for-osint-5-minute-basic-guide-f8764424902b
How regular expressions can be useful in OSINT. Theory and some practice using Google Sheets
https://medium.com/@cyb_detective/this-article-consists-of-three-short-parts-31d31efabd5
Before launching, copy the juicy_info folder into the Nuclei directory and add some links to the links to the urls.txt file.
## Airtables links extractor
```console
nuclei -t juicy_info/airtable.yaml -l urls.txt
```
## Bitcoin addresses links extractor
```console
nuclei -t juicy_info/bitcoin_address.yaml -l urls.txt
```
## Emails extractor
```console
nuclei -t juicy_info/email.yaml -l urls.txt
```
## Facebook links extractor
```console
nuclei -t juicy_info/facebook.yaml -l urls.txt
```
## Github links extractor
```console
nuclei -t juicy_info/github.yaml -l urls.txt
```
## Google Documents links extractor
```console
nuclei -t juicy_info/googledocuments.yaml -l urls.txt
```
## Gravatar avatars links extractor
```console
nuclei -t juicy_info/gravatar.yaml -l urls.txt
```
## Ipv4 extractor
```console
nuclei -t juicy_info/ipv4.yaml -l urls.txt
```
## Linkedin links extractor
```console
nuclei -t juicy_info/linkedin.yaml -l urls.txt
```
## Possible nickname handlers extractor
```console
nuclei -t juicy_info/nickname.yaml -l urls.txt
```
## Office documents links extractor
```console
nuclei -t juicy_info/officedocument.yaml -l urls.txt
```
## PDF documents links extractor
```console
nuclei -t juicy_info/pdf.yaml -l urls.txt
```
## Possible phone numbers extractor
```console
nuclei -t juicy_info/phonenumber.yaml -l urls.txt
```
## Telegram links extractor
```console
nuclei -t juicy_info/telegram.yaml -l urls.txt
```
## Twitter links extractor
```console
nuclei -t juicy_info/twitter.yaml -l urls.txt
```
## Links extractor
```console
nuclei -t juicy_info/twitter.yaml -l urls.txt
```
## YouTube links extractor
```console
nuclei -t juicy_info/youtube.yaml -l urls.txt
```
# Run scanning with all templates
```console
nuclei -t juicy_info -l urls.txt
```Thank you for following me! https://cybdetective.com