Skip to content

Reads URLs from stdin and appends a user-provided path

Notifications You must be signed in to change notification settings

ayushkr12/pathslapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

pathslapper

Tool to append a path to each URL from stdin. Useful for quick enumeration.

Installation:

Using go:

go install github.com/ayushkr12/pathslapper@latest

Usage:

$ cat urls.txt
https://example.com
https://test.io/

$ cat urls.txt | pathslapper "/admin"
https://example.com/admin
https://test.io/admin

$ cat paths.txt
/api/v1/admin
/test/db

$ cat paths.txt | pathslapper "https://example.org"
https://example.org/api/v1/admin
https://example.org/test/db

About

Reads URLs from stdin and appends a user-provided path

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages