The Cyber+ Language

Learn Cyber+ Get Cyber+ Creator

Cyber+ Examples

Print Output

Compute("Hello Cyber+");
// Prints text output to the console
      

Port Scanning

Scan_Port("127.0.0.1", 80);
// Checks whether a TCP port is open or closed
      

Subdomain Enumeration

Subdomain_Enum("example.com");
// Enumerates subdomains using CT logs
      

Reverse IP Lookup

Reverse_IP("8.8.8.8");
// Resolves domains hosted on an IP
      

IP Intelligence

IP_Info("8.8.8.8");
// Fetches detailed IP information
      

Phone Intelligence

Phone_Info("+919876543210");
// Provides phone number intelligence
      

Hash Generation

Hash_Compute("password123", "sha256");
// Supports md5, sha1, sha256
      

Download & Install

Step 1

Visit the Cyber+ GitHub repository.

Step 2

Clone or download the repository files.

Step 3

Follow README instructions to run Cyber+.

Creator

Tanmay Czax

Creator of Cyber+ Programming Language. Built to simplify and power cybersecurity automation with a custom DSL.