MatinSenPai/SenPaiScanner — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a lightweight command line app in Go that helps people find working Cloudflare IPs for unstable or restricted networks.

When someone runs it, it should open a simple terminal menu instead of making them remember commands. They should be able to paste a VLESS or Trojan share URL, choose how many Cloudflare IPs to test, pick worker count, timeout, source from random ranges or an ips.txt file, and select common Cloudflare ports.

The scan should first find reachable Cloudflare IP and port pairs, then, if a config URL was provided, validate the best results through an embedded xray based test. Show live results in the terminal with endpoint, transport type, speed, latency, and whether it worked. Also write a live results text file while scanning.

At the end, let the user press c to copy working IP:port results to the clipboard and save them to ips.txt. Include version output, basic install support, and make it work on Linux, macOS, and Windows.

Want more depth? Deep Reverse