-
Notifications
You must be signed in to change notification settings - Fork 0
Command line utility (bash script) to search Google and append link-results in a file.
crlf/gosec
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
################################################################# # # # .-----.-----.-----.-----.----. # # | _ | _ |__ --| -__| __| author: Rishi Narang # # |___ |_____|_____|_____|____| e.mail: code[at]wtfuzz.com # # |_____| # # # # gosec.sh: [GO]ogle [SE]arch [C]ommand - A Linux Bash Script # # # ################################################################# File "gosec.sh" is command line utility developed as bash script to search Google for a particular query string. It searches the google.com to find the top URLs and lists them on the screen as well as in the file URLS_* for reference where * is the search string. Usage/Example: ------------- USAGE: ./gosec.sh {search string} ./gosec.sh test example URL results will be saved in the file "URLS_test.example" ./gosec.sh how are you trends URL results will be saved in the file "URLS_how.are.you.trends" Prerequisites: ------------- Following commands are needed to be working in the linux-box, in addition to normal linux commands (echo, if/else etc.), 1. lynx 2. sed 3. awk Feedback: -------- For any suggestions and/or questions contact me at, e.mail: code[at]wtfuzz.com weblog: www.wtfuzz.com
About
Command line utility (bash script) to search Google and append link-results in a file.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published