Claim
Claim, a simple instagram username sniper made in pure golang
This tool was made in go meaning you must have go installed on your operating system to be able to run this program, you can find tutorials online on how to install and configure go for your specific operating system.
The program checks if the selected username is available by directly accessing https://www.instagram.com/accounts/web_create_ajax/attempt/
. This link is the link used to check if the selected name is available when signing up regularly through instagram, we can directly access this endpoint and abuse it to check for names without signing up like a regular user would do.
Config
config.json
You must edit the
config.json
with your config as well as thetargets.txt
file with your targets and theproxies.txt
file with your proxies (if you are using proxies).
Notes
- Proxies should be used with this tool if you do not want to get ratelimited.
- If the program displays
[ERROR]
, there is a high chance the proxy used was invalid. - Source by me, support by leaving a ⭐.