Seite 2 von 3 ErsteErste 123 LetzteLetzte
Ergebnis 11 bis 20 von 27
  1. #11
    Trojaner
    Registriert seit
    21.01.2010
    Beiträge
    80

    Standard

    habe es nun probiert die config sieht nun so aus.

    # proxychains.conf VER 2.0
    #
    # HTTP, SOCKS4, SOCKS5 tunneling proxifier.
    #

    # 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 - 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 - 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 - Each connection will be done via random proxy
    # (or proxy chain, see chain_len) from the list
    # this option is good for scans

    #dynamic_chain
    #strict_chain
    random_chain

    # Make sense only if random_chain
    chain_len = 2

    # Quiet mode (no output)
    #quiet_mode

    # Write stats about good proxies to proxychains.stats
    #write_stats

    #Some timeouts in milliseconds
    #
    tcp_read_time_out 15000
    tcp_connect_time_out 10000

    [ProxyList]
    # 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 )
    #
    http 10.0.0.5 3128
    http 10.0.0.3 3128
    http 10.0.0.5 3128
    #socks5 meine ip Des SOCKS5 1080
    #socks4 10.5.81.143 1080
    #http 192.168.203.18 8080
    Dan habe ich in der Console das eingetippt.
    amd@amd-desktop ~ $ proxychains fierfox
    proxychains can't load process....: No such file or directory
    Aber proxychains ist installiert
    Siehe hier
    amd@amd-desktop ~ $ sudo apt-get install proxychains
    Paketlisten werden gelesen... Fertig
    Abhängigkeitsbaum wird aufgebaut
    Lese Status-Informationen ein... Fertig
    proxychains ist schon die neueste Version.
    0 aktualisiert, 0 neu installiert, 0 zu entfernen und 13 nicht aktualisiert.
    amd@amd-desktop ~ $
    MFG:Amd

  2. #12
    Swaggy Dude Avatar von mbeezy
    Registriert seit
    28.03.2007
    Beiträge
    2.112

    Standard

    # kommentiert die Zeile aus, würd ich also vor deiner Proxy-Angabe wegmachen
    10.0.0.5 ist eine komische Proxy IP
    "fierfox" gibts nicht, heißt "firefox"
    #ichwurdezurückgehaltendamals #sheesh #burrr #scurrr #nohomo #turnup #eaglegang #byrdcall #glogangornogang #duschkabinenposse #codeincobracrew

  3. #13
    NoClose Wurm Avatar von Zer0Flag
    Registriert seit
    27.06.2009
    Beiträge
    198

    Standard

    Code:
    amd@amd-desktop ~ $ proxychains fierfox
    sollte auch :

    Code:
    amd@amd-desktop ~ $ proxychains firefox
    heißen...
    Bei mir klappt das ganze ganz gut und schon länger...
    Aber das habe ich am Anfang auch vermisst z.B. ein Tool wie Proxifier für Linux.


    Code:
    http     10.0.0.5 3128
    Stimmen diese Proxys ? Wenn nein dann solltest du die Config mal überarbeiten...

    Greetz Zer0Flag

  4. #14
    Trojaner
    Registriert seit
    21.01.2010
    Beiträge
    80

    Standard

    Hallo,
    Die config sieht nun so aus

    # proxychains.conf VER 2.0
    #
    # HTTP, SOCKS4, SOCKS5 tunneling proxifier.
    #

    # 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 - 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 - 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 - Each connection will be done via random proxy
    # (or proxy chain, see chain_len) from the list
    # this option is good for scans

    #dynamic_chain
    #strict_chain
    random_chain

    # Make sense only if random_chain
    chain_len = 2

    # Quiet mode (no output)
    #quiet_mode

    # Write stats about good proxies to proxychains.stats
    #write_stats

    #Some timeouts in milliseconds
    #
    tcp_read_time_out 15000
    tcp_connect_time_out 10000

    [ProxyList]
    # 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 )
    #
    socks5 ip meines socks 1080
    #socks4 10.5.81.143 1080 hier die ip weiß ich garnicht was das ist !!!!!!!!!
    #http 192.168.203.18 8080
    Ich will nur socks 5 benutzen kein http

    In der Console kommt folgendes

    need more proxies
    Please provide proxychains.conf with more proxies and do a
    kill -CONT 20591

    [4]+ Stopped wget Download XAMPP from SourceForge.net
    MFG:Amd

  5. #15
    NoClose Wurm Avatar von Zer0Flag
    Registriert seit
    27.06.2009
    Beiträge
    198

    Standard

    Code:
    #dynamic_chain
    #strict_chain
    random_chain
    
    # Make sense only if random_chain
    chain_len = 2
    Dann wird das ein Problem mit dem hier sein... Weil du dort eine Proxychain von 2 Proxys einstellst er aber nur einen angegeben finded.

    Greetz Zer0Flag

  6. #16
    BackNine Wurm
    Registriert seit
    15.08.2007
    Beiträge
    301

    Standard

    Ändere mal
    Code:
    #strict_chain
    random_chain
    Zu
    Code:
    strict_chain
    #random_chain

  7. #17
    Trojaner
    Registriert seit
    21.01.2010
    Beiträge
    80

    Standard

    Hoi,

    Also ich habe das mal gemacht /beides...

    Also hier erst mal der Console Command

    Jetzte hier die Config.
    # proxychains.conf VER 2.0
    #
    # HTTP, SOCKS4, SOCKS5 tunneling proxifier.
    #

    # 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 - 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 - 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 - Each connection will be done via random proxy
    # (or proxy chain, see chain_len) from the list
    # this option is good for scans

    #dynamic_chain
    strict_chain
    #random_chain

    # Make sense only if random_chain
    chain_len = 1

    # Quiet mode (no output)
    #quiet_mode

    # Write stats about good proxies to proxychains.stats
    #write_stats

    #Some timeouts in milliseconds
    #
    tcp_read_time_out 15000
    tcp_connect_time_out 10000

    [ProxyList]
    # 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 )
    #
    socks5 95.xxxip des socks 1080
    Wenn ich jetzte in der Console

    proxychains firefox Wie ist meine IP-Adresse?
    Eintippe zeigt er mir aber meine Real ip + Anbieter an.


    MFG:Amd

  8. #18
    BackNine Wurm
    Registriert seit
    15.08.2007
    Beiträge
    301

    Standard

    Sicher, dass der Proxy funktioniert und dass es ein Socks5 ist? Du kannst ihn ja mal manuell in den Firefox Einstellungen reinschreiben und testen, ob es dann funktioniert.

  9. #19
    Trojaner
    Registriert seit
    21.01.2010
    Beiträge
    80

    Standard

    Hoi,
    ich werds ma probieren moment schreibe euch gleich.

    MFG:amd

    Hoi,
    so erst mal srry das es so lange dauerte für antwort .
    Habe noch was dringendes Erledigen müssen , ich werde jetzte probieren und gleich bescheid geben

    MFG

    Also der Proxy Funktioniert auf jeden fall.
    Ich hoffe ihr könnt mir helfen : )
    MFG:Amd
    Geändert von amd (10.05.2010 um 19:02 Uhr) Grund: Automerged Doublepost

  10. #20
    W32.Lovgate
    Registriert seit
    09.12.2007
    Beiträge
    352

    Standard

    Alternativ könntest du mal tsocks austesten, hat quasi die selbe Funktion. Proxychains lief bei mir auch nicht auf anhieb.

Seite 2 von 3 ErsteErste 123 LetzteLetzte

Stichworte

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •