mirror of
https://github.com/alpkeskin/rota.git
synced 2026-04-26 04:05:59 +03:00
[GH-ISSUE #10] I have list of proxies using username and password, how to put in the proxy list? #6
Labels
No labels
bug
bug
bug
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rota#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @anddizza on GitHub (Feb 2, 2025).
Original GitHub issue: https://github.com/alpkeskin/rota/issues/10
Originally assigned to: @alpkeskin on GitHub.
I have following proxies with IP, port, username, and password:
180.113.39.34:6540:username:password123
107.14.17.65:6712:username:password123
127.12.13.127:6543:username:password123
how to put them in proxies.txt?
@alpkeskin commented on GitHub (Feb 2, 2025):
Hi, currently
proxies.txtdoes not support this pattern. I will release a hotfix for this today.@anddizza commented on GitHub (Feb 2, 2025):
ok thanks. Btw I tried to use this with Burpsuite, and it seems it's not stable, it crashes it closes by itself. Cant handle the many requests with Burpsuite.
@alpkeskin commented on GitHub (Feb 2, 2025):
Can you send the crash logs? @andizaa
@alpkeskin commented on GitHub (Feb 4, 2025):
Hi again, in the new version (v1.2.1) you can add the following pattern for authentication required proxies:
scheme://username:password@ip:port"ERROR","msg":"failed to create proxy"when proxy on the list has a whitespace at the end of the line. #3