Zum Inhalt wechseln

Als Gast hast du nur eingeschränkten Zugriff!


Anmelden 

Benutzerkonto erstellen

Du bist nicht angemeldet und hast somit nur einen sehr eingeschränkten Zugriff auf die Features unserer Community.
Um vollen Zugriff zu erlangen musst du dir einen Account erstellen. Der Vorgang sollte nicht länger als 1 Minute dauern.

  • Antworte auf Themen oder erstelle deine eigenen.
  • Schalte dir alle Downloads mit Highspeed & ohne Wartezeit frei.
  • Erhalte Zugriff auf alle Bereiche und entdecke interessante Inhalte.
  • Tausche dich mich anderen Usern in der Shoutbox oder via PN aus.
 

   

Foto

[Anleitung] Anonymen Proxy auf VPS einrichten (mit Login)

- - - - -

  • Bitte melde dich an um zu Antworten
20 Antworten in diesem Thema

#21
len0

len0

    Leecher

  • Banned
  • PIP
  • Likes
    0
  • 0 Beiträge
  • 24 Bedankt

Wirklich sehr schön und verständlich verfasst, tolle arbeit.

Habe zufällig auch das hier gefunden, falls es jemanden helfen sollte:

#!/bin/bash

# ©2013-14 Mark Mearns. All Rights Reserved.
# This script is distributed under a Creative Commons ShareAlike 3.0 licence.
# http://creativecommons.org/licenses/by-sa/3.0/

clear

echo " "
echo "*****************************************************"
echo "WELCOME TO THE SQUID PROXY SERVER INSTALLATION SCRIPT"
echo "-----------------------------------------------------"
echo " "
echo " This script will set up a password protected, elite"
echo "             proxy on your target server"
echo " "
echo "*****************************************************"
echo " "
echo " "
echo "Please enter a user name for Squid:"
read u
echo " "
echo "Please enter a password (will be shown in plain text while typing):"
read p
echo " "

clear

a="`netstat -i | cut -d' ' -f1 | grep eth0`";
b="`netstat -i | cut -d' ' -f1 | grep venet0:0`";

if [ "$a" == "eth0" ]; then
  ip="`/sbin/ifconfig eth0 | awk -F':| +' '/inet addr/{print $4}'`";
elif [ "$b" == "venet0:0" ]; then
  ip="`/sbin/ifconfig venet0:0 | awk -F':| +' '/inet addr/{print $4}'`";
fi

apt-get update
apt-get -y install apache2-utils
apt-get -y install squid3

rm /etc/squid3/squid.conf

cat > /etc/squid3/squid.conf <<END
acl ip1 myip $ip
tcp_outgoing_address $ip ip1

auth_param basic program /usr/lib/squid3/ncsa_auth /etc/squid3/squid_passwd
acl ncsa_users proxy_auth REQUIRED
http_access allow ncsa_users

acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8 0.0.0.0/32
acl SSL_ports port 443
acl Safe_ports port 80        # http
acl Safe_ports port 21        # ftp
acl Safe_ports port 443        # https
acl Safe_ports port 1025-65535    # unregistered ports
acl Safe_ports port 280        # http-mgmt
acl Safe_ports port 488        # gss-http
acl Safe_ports port 591        # filemaker
acl Safe_ports port 777        # multiling http
acl CONNECT method CONNECT

http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny all
http_port 3128

hierarchy_stoplist cgi-bin ?
coredump_dir /var/spool/squid3
cache deny all

refresh_pattern ^ftp:        1440    20%    10080
refresh_pattern ^gopher:    1440    0%    1440
refresh_pattern -i (/cgi-bin/|\?) 0    0%    0
refresh_pattern .        0    20%    4320

icp_port 3130

forwarded_for off

request_header_access Allow allow all
request_header_access Authorization allow all
request_header_access Proxy-Authorization allow all
request_header_access Proxy-Authenticate allow all
request_header_access Cache-Control allow all
request_header_access Content-Encoding allow all
request_header_access Content-Length allow all
request_header_access Content-Type allow all
request_header_access Date allow all
request_header_access Expires allow all
request_header_access Host allow all
request_header_access If-Modified-Since allow all
request_header_access Last-Modified allow all
request_header_access Location allow all
request_header_access Pragma allow all
request_header_access Accept allow all
request_header_access Accept-Charset allow all
request_header_access Accept-Encoding allow all
request_header_access Accept-Language allow all
request_header_access Content-Language allow all
request_header_access Mime-Version allow all
request_header_access Retry-After allow all
request_header_access Title allow all
request_header_access Connection allow all
request_header_access Proxy-Connection allow all
request_header_access User-Agent allow all
request_header_access Cookie allow all
request_header_access All deny all
END

htpasswd -b -c /etc/squid3/squid_passwd $u $p

service squid3 restart

clear

echo " "
echo "***************************************************"
echo "   Squid proxy server set up has been completed."
echo " "
echo "You can access your proxy server at $ip"
echo "on port 3128 with user name $u"
echo " "
echo "***************************************************"
echo " "
echo " "

Wer fehler beim ausführen hat...

 

Run following command in terminal

sed -i -e 's/\r$//' scriptname.sh

Then try

./scriptname.sh.


Bearbeitet von len0, 21 May 2016 - 19:05 Uhr.




  Thema Forum Themenstarter Statistik Letzter Beitrag

Besucher die dieses Thema lesen:

Mitglieder: , Gäste: , unsichtbare Mitglieder:


This topic has been visited by 163 user(s)


    _)_, .dexter', .Puma, <Kevin>, 0*ptr, 13asim37, 13General37, 3rr0r!st, Agent, Akaja, Anhed0nic, Avni, B1nary, baba yugo, Bad Grandpa, bebekid32, Belxest57, Benjiz, Benutzer, Blackhook, BlackZetsu, Bojka, bones, Born2Hack, Botmopp, breidi59, bumg2, Bypass, c3fC, caspR, Ch!ller, ChiLLiN, Cranky, Crap, Crowx88, Cube, CyberFlash, Cycan, daten, dep0x, DR.zydz, Emalik Xantier, Erikson, excore, FalkE, Flex.Net, fluffybunny, Framerater, franch, Franziskaner, frechdax, Frecy, FullMetall, funstyler, g0rillaz, ghost12, Giganet, Goooofy, gtawelt, gutzuu, H2Olli, H3lium, hacked, Haksor, HiTechPanda, Hydra, Imperial, InternetFreak, Irhabi, Jack_Frost, Janjij, johny758, Juri, Kaban, kafkas, keyb0ardz, kiwitone, Klimbo, len0, lNobodyl, loken, lolorollo, m0rph75, m4cx, mantwohouse, Masterzyklon, Maxh, mettbrot, MiD_NiGHT, Minimax, Mk3E, mrundercover, MrVinc, n1nja, Neonxen, nibble nibble, nikita, nong_dan, notfound, nyv, o0o, openmind, Osed28, p0pc0rn, PadX18, paulaner, pdr0, peppi200, pfadn, Ph@ntom, Priv, prto, Psykoon303, Rasputin, rastalani, redcore, ref0rm, Rushkiller1000, Sandoz, SavE1, Sayco, schw3ngel, Seki92, sensualmaka, sh!fted, she, Siggisuper, Silent0wn3r, SirDuke, Slixer, Slowyy, smc2014, Smokyjoe, snartmor, Soek, st0rm, st4rm, Stanley, sub0, SYS64738, Take1T, TeamSploit, Terrafaux, Thehidden, Throfix, ueEqlL, vôl, Weirdo, will, x.jh7b, xCranked, Xenio, Xenos88, xmmlegends, xrahitel, xxammaxx, xxxsmackxxx, XYtarget, y2w, zeemar, zepsus, Zorrez, Zydelia
Die besten Hacking Tools zum downloaden : Released, Leaked, Cracked. Größte deutschsprachige Hacker Sammlung.