Jump to content
ukd100

ascundere IP in Linux

Recommended Posts

Salut,

 

Puteti sa ma ajutati sa-mi ascund adresa IP publica, in Kali Linux, folosind "proxychains" ? Iata cum arata fisierul de configurare:

 

# proxychains.conf  VER 3.1
#
#        HTTP, SOCKS4, SOCKS5 tunneling proxifier with DNS.
#

# The option below identifies how the ProxyList is treated.
# only one option should be uncommented at time,
# otherwise the last appearing option will be accepted
#
dynamic_chain
#
# Dynamic - Each connection will be done via chained proxies
# all proxies chained in the order as they appear in the list
# at least one proxy must be online to play in chain
# (dead proxies are skipped)
# otherwise EINTR is returned to the app
#
#strict_chain
#
# Strict - Each connection will be done via chained proxies
# all proxies chained in the order as they appear in the list
# all proxies must be online to play in chain
# otherwise EINTR is returned to the app
#
#random_chain
#
# Random - Each connection will be done via random proxy
# (or proxy chain, see  chain_len) from the list.
# this option is good to test your IDS :)

# Make sense only if random_chain
#chain_len = 2

# Quiet mode (no output from library)
#quiet_mode

# Proxy DNS requests - no leak for DNS data
proxy_dns 

# Some timeouts in milliseconds
tcp_read_time_out 15000
tcp_connect_time_out 8000

# ProxyList format
#       type  host  port [user pass]
#       (values separated by 'tab' or 'blank')
#
#
#        Examples:
#
#               socks5  192.168.67.78   1080    lamer   secret
#               http    192.168.89.3    8080    justu   hidden
#               socks4  192.168.1.49    1080
#               http    192.168.39.93   8080
#
#
#       proxy types: http, socks4, socks5
#        ( auth types supported: "basic"-http  "user/pass"-socks )
#
[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
socks4  127.0.0.1 9050
socks5  127.0.0.1 9050

 

In directorul /etc, am doua fisiere referitoare la proxychains: "proxychains.conf" si "proxychains4.conf". La care din ele trebuie sa umblu, mai exact ?

 

Daca execut "proxychains firefox iplocation.net", imi arata adresa IP publica reala, deci proxychains nu-si face efectul.

 

Am si adaugat niste proxy-uri luate de pe spys.one:

 

[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
#socks4         127.0.0.1 9050
#socks5  127.0.0.1 9050
socks5 46.105.105.223 16964
socks5 45.185.236.254 1080
socks5 95.216.10.207 15721
socks5 24.249.199.4 4145
socks5 116.105.175.117 1080
socks5 136.243.40.168 59166
socks5 98.178.72.21 10919
socks5 45.118.145.52 41734
socks5 192.252.220.89 4145
socks5 46.101.218.52 22749
socks5 192.111.137.35 4145
socks5 104.248.158.27 25100
socks5 103.5.127.213 50806
socks5 129.154.56.199 30674
socks5 37.1.83.18 1080
socks5 199.102.104.70 4145
socks5 103.110.84.201:48973
socks5 98.162.25.4:31654
socks5 107.152.98.5:4145
socks5 72.210.208.101:4145
socks5 70.166.167.55:57745
socks5 72.195.34.59:4145
socks5 98.175.31.195:4145
socks5 207.180.204.70:65432
socks5 94.130.54.158:25735
socks5 51.178.141.208:41023
socks5 104.238.149.22:1080
socks5 46.0.229.208:1080
socks5 45.132.75.19:16882
socks5 192.99.244.173:5137

 

Tot nu merge. Care e greseala?

 

Am reusit sa imi ascund adresa IP publica, folosind utilitarul "kalitorify". Este ok. Am mai vazut pe net cateva alternative, cum ar fi: "anonsurf", "Auto_Tor_IP_Changer" dar nu imi inspira prea mare incredere, ma gandesc sa nu cumva sa contina scripturi / cod malitios prin ele.

 

Ma confrunt pentru prima data cu problema mascarii / ascunderii adresei IP publice in Linux. Daca aveti placerea, va rog sa ma ajutati. Multumesc anticipat !

Link to comment
Share on other sites

Am rezolvat problema, dar acum am alta: cum setez browserul sa urmeze proxychain-ul scris in proxychain.conf ?

 

[ProxyList]
socks5 199.229.254.129 4145
socks5 74.119.144.60 4145
# etc...

 

>> Configure Proxy Access to the Internet <<

 

Cum anume configurez browserul (LibreWolf in cazul meu) sa urmeze lantul de proxy-uri scris in /etc/proxychain.conf ?

 

Multumesc

Link to comment
Share on other sites

Pentru cunostintele mele, vreau sa stiu cum fac browserul sa urmeze lantul din fisierul de configurare. Nu stiu cum trebuie configurat in browser... nu voi folosi aceasta metoda, dar vreau sa stiu cum pot sa fac chestia asta.

 

Merci !

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...