Skip to content

byteoverride/rimg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ–ΌοΈ rimg

rimg is a lightweight Bash tool for filtering out image URLs from large URL collections such as those obtained from Wayback Machine or recon tools like gau, waybackurls, etc.

πŸš€ Features

  • Removes common image extensions: .jpg, .jpeg, .png, .gif, .bmp, .svg, .webp, .ico
  • Accepts piped input or redirection
  • Usable in UNIX pipelines (e.g., with httpx)
  • Vim-friendly

πŸ› οΈ Installation

sudo curl -o /usr/local/bin/rimg https://raw.githubusercontent.com/byteoverride/rimg/main/rimg
sudo chmod +x /usr/local/bin/rimg

πŸ”§ Usage

cat urls.txt | rimg > cleaned.txt

rimg < urls.txt | httpx -silent

gau example.com | rimg | httpx -silent -status-code

πŸ“– Help

rimg --help

About

This is a simple tool to get rid of images from waybackurls data and GAU output

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages