is a telegram bot with an OSINT toolkit.
In reccoon bot is possible run in two ways:
To run local you must set the variable token.
export shodan_key="Your shodan key"
export token="Your KEY"
./bot.sh
docker run --env token="Your KEY" --env shodan_key="Shodan KeY" St0rm-security/reconbot
In bot the tools are separated into two groups:
You can use the tools as follows:
Using target as argument:
/nmap scanme.nmap.org
Or
Setting your target with /setinfra /setpeople /settarget.
/settarget
select "infra"
entry your target
/nmap
To enter the branch dev you will need to be in the project directory and perform the command.
git checkout dev
To view which branch it is in can be used.
git branch
$ git branch
* dev
master