Curate is a tool for fetching archived URLs and to be rewritten in Go.
This will clone this repository and then move all scripts to /usr/local/bin.
$ git clone git@github.com:EdOverflow/curate.git \
&& cp curate/curate /usr/local/bin/ \
&& echo "You can delete the ./curate/ folder now."
Once you have are done with this one-liner, make sure to include your VirusTotal API key in your .bashrc file. The variable should be named VIRUS_TOTAL_API_KEY.
Also Read Maintaining Access to a Linux Machine Using Cymothoa – Post Exploitation
To fetch archived URLs simply run it and specify the target host.
$ curate <host>
$ curate example.com
If you want to search for strings straight away in the output you can also specify your search term or regular expression by using the -r flag.
$ curate <host> -r <search term>
$ curate example.com -r example
Curate outputs the results into a curate.txt file which allows you to easily grep through the URLs for keywords. Here are some ideas for things to grep for in curate.txt.
It is advisable to exclude images and stylesheets from your searches by piping everything into ‘grep -v’.
This project is made for educational and ethical testing purposes
only. Usage of this tool for attacking targets without prior mutual
consent is illegal. Developers assume no liability and are not
responsible for any misuse or damage caused by these scripts.
Starship is a powerful, minimal, and highly customizable cross-shell prompt designed to enhance the terminal…
Lemmy is an innovative, open-source platform designed for link aggregation and discussion, providing a decentralized…
The latest release of ImHex v1.37.0 introduces a host of exciting features and improvements, enhancing…
Ghauri is a cutting-edge, cross-platform tool designed to automate the detection and exploitation of SQL…
Writing tools have become indispensable for individuals looking to enhance their writing efficiency, accuracy, and…
PatchWerk is a proof-of-concept (PoC) tool designed to clean NTDLL syscall stubs by patching syscall…