Skip to content
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

still seeing my own public address, while using rotating proxy #358

Closed
appsectr opened this issue Apr 26, 2022 · 10 comments
Closed

still seeing my own public address, while using rotating proxy #358

appsectr opened this issue Apr 26, 2022 · 10 comments
Labels
bug Something isn't working

Comments

@appsectr
Copy link

appsectr commented Apr 26, 2022

I use rotating proxy and don't get any error, but when I check the public ip address from another tab, I still see my own public ip, not the proxies'.

[26-Apr-2022 14:14:49] Tried 1 | removed-user:[email protected]:80 | HTTP | Good Proxy | Opening a new driver...
[26-Apr-2022 14:14:58] Tried 1 | Referer used : https://search.yahoo.com/
@appsectr appsectr changed the title still seeing my own public address still seeing my own public address, while using rotating proxy Apr 26, 2022
@MShawon
Copy link
Owner

MShawon commented Apr 26, 2022

how do you check the public ip address?

@appsectr
Copy link
Author

appsectr commented Apr 26, 2022

I checked from another tab when browser is opened by the tool and additionally I changed proxy mode to premium, created proxy file, then looked for proxy ips in tcpdump.

@MShawon
Copy link
Owner

MShawon commented Apr 26, 2022

don't know about tcpdump maybe add a screenshot of yours?
but do you see the proxy IP if you go to these links https://httpbin.org/ip or https://ipof.me/

@appsectr
Copy link
Author

Yes, i see my own public address.

Screenshot from 2022-04-26 23-52-44

@MShawon
Copy link
Owner

MShawon commented Apr 26, 2022

can you share your config.json?

@appsectr
Copy link
Author

{
    "http_api": {
        "enabled": true,
        "host": "0.0.0.0",
        "port": 5000
    },
    "database": true,
    "views": 50,
    "minimum": 85.0,
    "maximum": 95.0,
    "proxy": {
        "category": "r",
        "proxy_type": "http",
        "filename": "removed-user:[email protected]:80",
        "authentication": true,
        "proxy_api": false,
        "refresh": 0.0
    },
    "background": false,
    "bandwidth": false,
    "playback_speed": 1,
    "max_threads": 2,
    "min_threads": 1
}

@MShawon
Copy link
Owner

MShawon commented Apr 27, 2022

seems to be a bug in Chrome itself? because works just fine on windows. But on Linux, if I don't refresh the extension it won't work. As far as I remember it was working fine on Linux. refreshing extension every time chrome starts seems to be the only solution. Check if going back to an earlier version of google chrome still causes this issue.

@MShawon MShawon added the bug Something isn't working label Apr 27, 2022
@appsectr
Copy link
Author

Thanks, it works on windows 10. I will check for old chrome version in ubuntu.

@MShawon
Copy link
Owner

MShawon commented Apr 27, 2022

but you shouldn't use a rotating proxy in this way if your rotating proxy changes IP on each request(a single video goes through different IPs). thus session won't be managed and views will be deleted. Rather use proxy API in rotating proxy mode... script will download the proxy list through that link on each thread and will randomly use one proxy and the session will be managed.. in your case from the proxy list export section you will see a link use that as API

@appsectr
Copy link
Author

Thanks a lot for the tip :)

MShawon added a commit that referenced this issue May 1, 2022
… discount code, graceful ctrl+c
@MShawon MShawon closed this as completed May 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants