Create a Golang Script to scrap Hackernews comments from a thread. The script should return JSON / YAML data containing all the comments on the thread.
Bash script to format a block device (hard drive or Flash drive) in UDF. The output is a drive that can be used for reading/writing across multiple operating system families: Windows, macOS, and Linux. This script should be capable of running in macOS or in Linux.
ISeeYou is a Bash and Javascript tool to find the exact location of the users during social engineering or phishing engagements. Using exact location coordinates an attacker can perform preliminary reconnaissance which will help them in performing further targeted attacks.
A simple framework for sharing Bash profiles, reusable shell libraries, and commands across hosts and teams. Contains builtin libraries for common functions like logging, error handling, and assertions. Built with SRE / DevOps teams in mind.
Description
Create a Golang Script to scrap Hackernews comments from a thread. The script should return JSON / YAML data containing all the comments on the thread.
Use this: Colly
Language