Skip to content

simoniz0r/burl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

burl

A simple script that makes 'openssl' and bash's '/dev/tcp' easier to use. The default method is to try a HEAD request with openssl. If the HEAD request failed, bash's '/dev/tcp' is used. Otherwise, the request is repeated with openssl.

Usage

Usage:
    burl [options] <url>
    
Options:
    -O          Use openssl instead of default method

    -B          Use bash's /dev/tcp instead of default method

    -q, -s      Enable quiet mode
    
    -X, -m      Specify the request command to use (Ex: HEAD, GET, POST)
    
    -H          Pass custom header(s) to the server (may be used more than once)

About

A simple script that makes 'openssl' and bash's '/dev/tcp' easier to use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages