Compute("Hello Cyber+");
// Prints text output to the console
Scan_Port("127.0.0.1", 80);
// Checks whether a TCP port is open or closed
Subdomain_Enum("example.com");
// Enumerates subdomains using CT logs
Reverse_IP("8.8.8.8");
// Resolves domains hosted on an IP
IP_Info("8.8.8.8");
// Fetches detailed IP information
Phone_Info("+919876543210");
// Provides phone number intelligence
Hash_Compute("password123", "sha256");
// Supports md5, sha1, sha256
Visit the Cyber+ GitHub repository.
Clone or download the repository files.
Follow README instructions to run Cyber+.
Creator of Cyber+ Programming Language. Built to simplify and power cybersecurity automation with a custom DSL.