Skip to content

Releases: thecyberneh/scriptkiddi3

ScriptKiddi3 Release - Version 0.1.4 - Webhook Integration

07 Sep 10:48
9b3af6d
Compare
Choose a tag to compare

Release Highlights

We are thrilled to announce the release of ScriptKiddi3 version 0.1.4! In this release, we've introduced a powerful new feature: Webhook Integration. Now, you can seamlessly receive updates on running processes and other important information from ScriptKiddi3 in your favorite webhook-supported platforms, including Discord, Microsoft Teams, Telegram, and more.

What's New

Webhook Integration

  • With our new webhook integration, you can stay informed about the activities and processes running through ScriptKiddi3 in real-time.

  • Get instant updates on your preferred messaging platforms like Discord, Microsoft Teams, Telegram, and many others, making it easier than ever to monitor and manage your processes.

  • Receive alerts, notifications, and important information directly from ScriptKiddi3 without needing to check the tool manually.

How to Set Up Webhook Integration

We've made it simple to enable webhook integration in ScriptKiddi3. Here's how you can setup webhooks:

  1. Update your ScriptKiddi3 installation to the latest version (0.1.4).

  2. Configure the webhook settings within ScriptKiddi3 to connect to your desired messaging platform.
    Refer to the documentation for detailed instructions on how to set this up.

  • Scriptkiddi3 is using webhooks to send notifications to your Discord/MSTeam/Telegram and other services, so make sure to configure the web hooks by addind URL of your webhook in
    /$HOME/.config/notify/provider-config.yaml
  • The default links will send the notifiction to my (thecyberneh's) discord and MSTeam.
  • You can paste the URL of your own webhook in following provider-config.yaml file ( Do not forget to save it in location :- /$HOME/.config/notify/provider-config.yaml
slack:
  - id: "slack"
    slack_channel: "recon"
    slack_username: "test"
    slack_format: "{{data}}"
    slack_webhook_url: "https://hooks.slack.com/services/XXXXXX"

  - id: "vulns"
    slack_channel: "vulns"
    slack_username: "test"
    slack_format: "{{data}}"
    slack_webhook_url: "https://hooks.slack.com/services/XXXXXX"

discord:
  - id: "crawl"
    discord_channel: "crawl"
    discord_username: "test"
    discord_format: "{{data}}"
    discord_webhook_url: "https://discord.com/api/webhooks/XXXXXXXX"

  - id: "subs"
    discord_channel: "subs"
    discord_username: "test"
    discord_format: "{{data}}"
    discord_webhook_url: "https://discord.com/api/webhooks/XXXXXXXX"

telegram:
  - id: "tel"
    telegram_api_key: "XXXXXXXXXXXX"
    telegram_chat_id: "XXXXXXXX"
    telegram_format: "{{data}}"
    telegram_parsemode: "Markdown" # None/Markdown/MarkdownV2/HTML (https://core.telegram.org/bots/api#formatting-options)

pushover:
  - id: "push"
    pushover_user_key: "XXXX"
    pushover_api_token: "YYYY"
    pushover_format: "{{data}}"
    pushover_devices:
      - "iphone"

smtp:
  - id: email
    smtp_server: mail.example.com
    smtp_username: test@example.com
    smtp_password: password
    from_address: from@email.com
    smtp_cc:
      - to@email.com
    smtp_format: "{{data}}"
    subject: "Email subject"
    smtp_html: false
    smtp_disable_starttls: false

googlechat:
  - id: "gc"
    key: "XXXXXXXX"
    token: "XXXXXX"
    space: "XXXXXX"
    google_chat_format: "{{data}}"

teams:
  - id: "recon"
    teams_webhook_url: "https://<domain>.webhook.office.com/webhookb2/xx@xx/IncomingWebhook/xx"
    teams_format: "{{data}}"

custom:
  - id: webhook
    custom_webhook_url: http://host/api/webhook
    custom_method: GET
    custom_format: '{{data}}'
    custom_headers:
      Content-Type: application/json
      X-Api-Key: XXXXX
      
custom:
  - id: webhookJson
    custom_webhook_url: http://host/api/webhook
    custom_method: GET
    custom_format: '{"text":{{dataJsonString}} }'
    custom_headers:
      Content-Type: application/json
      X-Api-Key: XXXXX

custom:
  - id: webhook
    custom_webhook_url: http://host/api/webhook
    custom_method: GET
    custom_sprig: '{"text":"{{ .url }}"}'
    custom_headers:
      Content-Type: application/json
      X-Api-Key: XXXXX
  1. Enjoy real-time updates and notifications delivered directly to your messaging platform of choice.

Get Started Today!

Upgrade to ScriptKiddi3 version 0.1.4 now to take advantage of the new webhook integration feature. We believe this enhancement will greatly improve your experience with ScriptKiddi3, making it even more accessible and user-friendly.

We would like to extend our gratitude to our amazing community of users for their continued support and feedback. Your input has been invaluable in making ScriptKiddi3 better with each release.

If you have any questions, encounter issues, or want to share your thoughts on this release, please don't hesitate to reach out to us. Your feedback is essential as we continue to enhance and refine ScriptKiddi3.

Thank you for choosing ScriptKiddi3, and happy hacking!

Neh Patel ( thecyberneh )

Fixing bugs

13 Feb 04:59
Compare
Choose a tag to compare
  • Fixing bugs
  • Hiding banners

Update in previous release ; making subdomain bruteforce as optional part

28 Jan 16:57
e27c755
Compare
Choose a tag to compare
  • Making subdomain bruteforce as optional part to avoid high waiting timr
  • fixed bug for running subzy
  • fixed some general mistake

Update in previous release

29 Dec 07:24
5a9471d
Compare
Choose a tag to compare
  • Added a function for creating a new directory for each scan so that you can manage multiple scans.
  • Made some changes for a better look/output.

Initial Release

28 Dec 23:02
a972178
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

First public release of SCRIPTKIDDi3 tool

  • Will add more and more features to it.