This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
# abort on errors | |
set -e | |
cat file | grep -Eo "(http|https)://[a-zA-Z0-9./?=_-]*"* | |
# If file is on remote web server | |
curl http://path.cc/file | grep -Eo "(http|https)://[a-zA-Z0-9./?=_-]*"* | |
#bugbountytips |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"serviceName": { | |
"ownPlate": "OwnPlate", | |
"omochikaeri": "おもちかえり.com" | |
}, | |
"pageTitle": { | |
"restaurantRoot": "Liste des restaurants qui font des plats à emportés", | |
"restaurantArea": "Liste des restaurants qui font des plats à emportés dans la {area}", | |
"terms": { | |
"admin": "CGU pour les propriétaires de restaurants", |