๐Ÿ“ฑ Learn Cyber Security From Your Phone: CappricioSecurities Telegram Bot

No laptop? Patchy internet? No problem. The CappricioSecurities Tools Telegram bot lets you learn cyber security, practice recon, and build real skills right from your phone, with lightweight text responses that work even on slow connections.

๐Ÿง  What this bot is

An education-first assistant for ethical hacking & cyber security. It helps with safe web recon, OSINT lookups, phishing awareness, email security checks, and step-by-step learning. It does not perform illegal actions or attack third parties.

๐Ÿš€ Quickstart


    1) Open Telegram โ†’ search: @CappricioSecuritiesTools_bot 
    2) Tap Start or send /start
    3) For the learning hub: send hack or /learn
    4) For the tools menu: send /tools
  

Bot main menu

๐Ÿงฐ Features you can use from your phone

Use hack or /start to open the main menu. All items below match the botโ€™s current PHP handlers.

1) ๐Ÿ”ข Get Chat ID

Returns your Telegram Chat ID for integrations or support.


    Tap: Menu โ†’ Get Chat ID
    Or type: get_chat_id
    Output: Your Chat ID is: <number>

2) ๐Ÿง‘โ€๐ŸŽ“ Learn Hacking (Paid + Free Certified Course)

Opens the learning hub. Paid course links to Cappriciosec University; Free course pulls a list from GitHub and shows buttons to webinars that issue certificates.


    Tap: Menu โ†’ Learn Hacking
    Or type: learn_hacking
    Then:
        โ€ข Paid Certified Course โ†’ opens university site
        โ€ข Free Certified Course โ†’ (callback) free_course
    Output: Buttons for available FREE webinars from GitHub JSON

3) ๐Ÿ›ก๏ธ Domain Checker

Quick domain intelligence (WHOIS/DNS/other signals via your helper).


    Tap: Menu โ†’ Domain Checker
    Or type: domain_checker
    Then send: example.com
    Output: Domain info summary (via checkDomainInfo)

4) ๐ŸŒ IP Lookup

Basic IP context like ASN, organization, country (from your helper).


    Tap: Menu โ†’ IP Lookup
    Or type: ip_lookup
    Then send: Ip address
    Output: ASN / Org / Country summary (via ipLookup)

5) ๐Ÿž Bug Bounty โ†’ Subdomain Recon

Finds public subdomains and sends a result file back.


    Tap: Menu โ†’ Bug Bounty โ†’ Subdomain Recon
    Or type: subdomain_recon
    Then send: example.com
    Output: File: Subrecon_example.com.txt (list of subdomains)

6) ๐Ÿ”“ Bug Bounty โ†’ Open Ports Finding

Runs a lightweight open-port check and returns a text file.


    Tap: Menu โ†’ Bug Bounty โ†’ Open Ports Finding
    Or type: port_scan
    Then send: 93.184.216.34
    Output: File: open_ports93.184.216.34.txt (open ports found)

7) โœ‰๏ธ Email Security (SPF/DMARC) & Spoofing Flow

Checks if a sender domain lacks SPF/DMARC and (if missing) proceeds into a simulation flow. Use only with your own test mailbox or explicit permission.


    Type: spf_email
    Then send: sender@example.com   (domain SPF is checked)
    If no SPF: bot says "Vulnerable to spoofing" and asks:
        โ€ข To Email
        โ€ข Subject (max 100 chars)
        โ€ข Body (max 250 chars)
    Output: Status message + logged result (send_and_log_mail)
    Note: For legal/ethical reasons, restrict tests to mailboxes you control.

8) ๐Ÿ“œ Download My Certificate

Verifies your certificate and sends the PDF if valid.


    Tap: Menu โ†’ Download my certificate
    Or type: download_certificate
    Then send: Your Certificate Credentials (as prompted)
    Output: certificate_<name>.pdf (if found)

9) ๐Ÿงช BurpSuite Pro (Tutorial & Owner-Configured Link)

Sends your tutorial video and a download link configured by you (the bot owner).


    Tap: Menu โ†’ BurpSuite Pro
    Or type: burpsuitepro
    Output: Tutorial link + download link (as configured in the bot)

๐Ÿ”ฐ Main Menu Triggers

Use any of these to open the inline keyboard menu.


    hack
    start
    /start

๐Ÿ”’ Safety, Ethics & Boundaries

  • โœ… For training, awareness, and authorized testing only.
  • ๐Ÿšซ No spam, DDoS, account cracking, or impersonation.
  • ๐Ÿšซ No sending spoofed emails to others. Learn to detect and prevent instead.
  • ๐Ÿ” The bot avoids hitting unknown servers and prefers passive lookups where possible.

๐Ÿ™‹ FAQ

Q: Will this work on low internet?
A: Yes. Responses are text-first and cached where possible. Heavy items (like screenshots) are optional.

Q: Can I learn without a PC?
A: Absolutely. Every lesson is written for mobile. You can practice recon concepts and reporting from your phone.

Q: Do I get a certificate?
A: Yesโ€”finish the core modules and run /certificate to download it.

๐Ÿค Built for the Community

Created by Karthithehacker to make cyber security education accessible to everyone.

โš ๏ธ Disclaimer

This bot is for educational use and authorized security testing only. Do not use it to violate laws, platform policies, or othersโ€™ privacy. You are responsible for how you use the information and tools.

Thanks for reading! If you found this useful, feel free to share it with your fellow hunters. Happy hacking!