-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
output file :80 #1
Comments
Hey, this has been fixed in the most recent Commit. |
k bro, lemme give it a try |
bro the new update has a bug, when i run the command this is what i get below 2022/11/15 18:32:36 strconv.Atoi: parsing "45764\r": invalid syntax |
Noted. Will be fixed asap |
okay |
Should be resolved now. Thanks for reporting! 👍 |
2022/11/15 22:09:03 strconv.Atoi: parsing "9999\r": invalid syntax |
still the same error after updating http.go |
Hm, Trim should have fixed this. I will look at it once I have time. |
ok then |
Prompt this error : ./stat.go:32:22: undefined: Proxies |
the tool is really working good, but noticed that whenever its saving the working results to output.txt theres always an extension of :80 after each proxy it saves for example below
127.0.0.1:8080:80
127.0.0.2:8080:80
:80 is always attached to the saved results, please is there no way to remove this so it just saves the proxies as they are because if i was to use cltr+H and remove :80 its going to affect some proxies that are :80 by default for example below
127.0.0.0:80:80 is supposed to be just 127.0.0.1:80
please help work on the output to only print the proxies and the port not adding :80 or :443 to the output proxies, thanks.
The text was updated successfully, but these errors were encountered: