Skip to content

getgtfobins

Ulrich Berntien edited this page Nov 12, 2019 · 2 revisions

getgtfobins

Name

getgtfobins - pulls down the list of current gtfobins and checks to see which are installed.

Synopsis

getgtfobins

Description

getgtfobins pulls down the list of current gtfobins. The listed commands are extracted from the HTML. Each command is checked if it is installed in your $PATH. If a command is not in $PATH then the file is searched on the system. Any matching executable will be listed. The files found in $PATH and in the filesystem are listed. Summary lines are written as last lines.

getgtfobins writes the findings to stdout.

The https_proxy variable could be defined to load via proxy.

Example

Run the function. There are no command line arguments.

$ getgtfobins

Load the list via proxy.

$ http_proxy=http://proxy.example.com:8080
$ getgtfobins

Files

Remote file https://gtfobins.github.io/

Clone this wiki locally