Telegram BBBot is a Telegram Bug Bounty Bot.
History Telegram BBBot
https://github.com/maddevsio/bbcrawler for fetching informationhttps://github.com/heroku/go-getting-started as a template for projectheroku.com and firebase.comAlso Read – Thc Hydra : Tool To Gain Unauthorised Access From Remote To A System
Purpose
Architecture
GIN github.com/gin-gonic/gintelegram-bot-api.v4 gopkg.in/telegram-bot-api.v4Bot configuration
TELEGRAM_BBBOT_TOKEN – Telegram Api token received from @BotFatherTELEGRAM_BBBOT_URL – Webhook url to bot public web addressPORT – Standard heroku ENV variable for port numberTELEGRAM_BBBOT_FIREBASE_TOKEN – Firebase database tokenTELEGRAM_BBBOT_FIREBASE_URL – Url to firebase projectTELEGRAM_BBBOT_HO_SEARCH_URL – HackerOne search url (crawler)TELEGRAM_BBBOT_CHANNEL – Public channel identifier, for example @some_channel_nameTELEGRAM_BBBOT_HOST – Public bot host url for ping purposes (for disabling sleeping functionality after 30 min of inactivity)TELEGRAM_BBBOT_H1_HACK_SEARCH_URL – HackerOne hacktivity url (crawler)TELEGRAM_BBBOT_BUGCROWD_NEW_PROG_URL – BugCrowd url for crawling new programs (crawler)Bot workflow
(synchronising) (in parallel) (in parallel) (in parallel) (in parallel) ENV variable MIT License
Copyright (c) 2016 Maddevs
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…