logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

recon-cli - Allow the use of recon-ng from the command line

Authors

       Tim Tomes (@LaNMaSteR53) tjt1980[at]gmail.com

                                                                                                    RECON-CLI(1)

Description

       If  external  shell  scripting  is  preferred,  recon-cli  makes all of the functionality of the Recon-ng
       framework accessible from the command line.

Name

       recon-cli - Allow the use of recon-ng from the command line

Options

-h,--help
              show this help message and exit

       -wworkspace
              load/create a workspace

       -Ccommand
              runs a command at the global context

       -ccommand
              runs a command at the module context (pre-run)

       -G     show available global options

       -gname=value
              set a global option (can be used more than once)

       -M     show modules

       -mmodule
              specify the module

       -O     show available module options

       -oname=value
              set a module option (can be used more than once)

       -x     run the module

       --no-version
              disable version check (by default in Debian)

       --no-analytics
              disable analytics reporting (by default in Debian)

       --no-marketplace
              disable remote module management

       --stealth
              disable all passive requests (--no-*)

       -v,--version
              show program's version number and exit

       --analytics
              enable Google analytics reporting

Synopsis

recon-cli[-h][-v][-wworkspace][-Ccommand][-ccommand][-G][-gname=value][-M][-mmodule][-O][-oname=value][-x][--no-version][--no-analytics][--no-marketplace][--stealth][--version][--analytics]

See Also