Sample Header Ad - 728x90

using of sqlmap by different ip addresses

0 votes
1 answer
3938 views
sqlmap -u http://192.168.0.106/get_method/get_data/?id=1 --dbs I know that if we sent any request to any server that server takes ip address of user(mine). So, while I am running the above source code server is getting my ip address. So, they can easily find me. ~ I am not sure of the information also. In Kali-Linux, there's something called proxychains.conf. I was trying to use that proxychains4 sqlmap -u http://192.168.0.106/get_method/get_data/?id=1 --dbs But, proxychains not working enter image description here I am saying that by [proxychains] Dynamic chain ... 127.0.0.1:9050 ... 192.168.0.106:80 <--denied. I am getting data by above code also but, not using different ip addresses ~I think I am not sure of it also. So, I want to change my ip address every moment when I works with sqlmap or any other vulnerability. I am totally Newbie.
Asked by user449077
Mar 25, 2021, 04:08 PM
Last activity: Mar 26, 2021, 05:42 AM