Get OOB interactions from Interactsh and send to Discord, Telegram, Slack
pip install TP-OOB-Interaction
git clone https://github.com/truocphan/TP-OOB-Interaction.git --branch <Branch/Tag>
cd TP-OOB-Interaction
python setup.py build
python setup.py install
To send notifications successfully, please refer to the sendNotify.json configuration file
> TP-OOB-Interaction --help
_____ ____ ___ ___ ____ ___ _ _ _
|_ _| _ \ / _ \ / _ \| __ ) |_ _|_ __ | |_ ___ _ __ __ _ ___| |_(_) ___ _ __
| | | |_) | | | | | | | | _ \ _____| || '_ \| __/ _ \ '__/ _\`|/ __| __| |/ _ \| '_ \
| | | __/ | |_| | |_| | |_) |_____| || | | | || __/ | | (_| | (__| |_| | (_) | | | |
|_| |_| \___/ \___/|____/ |___|_| |_|\__\___|_| \__,_|\___|\__|_|\___/|_| |_|
v2024.10.1 by TP Cyber Security (@TPCyberSec)
usage: TP-OOB-Interaction [-h] [--discord-bot BOT_NAME] [--telegram-bot BOT_NAME] [--slack-bot BOT_NAME] [--update]
options:
-h, --help show this help message and exit
--discord-bot BOT_NAME
Use the BOT "BOT_NAME" to send OOB interactions to Discord
--telegram-bot BOT_NAME
Use the BOT "BOT_NAME" to send OOB interactions to Telegram
--slack-bot BOT_NAME Use the BOT "BOT_NAME" to send OOB interactions to Slack
--update Update TP-OOB-Interaction to the latest version
- Fixed: Breaking Markdown Messages
- Fixed: Do not poll old data when rerunning
- New: Get OOB interactions from Interactsh and send to Discord, Telegram, Slack.