Jump to content

sleed

Active Members
  • Posts

    1019
  • Joined

  • Last visited

  • Days Won

    9

Posts posted by sleed

  1. Aceste softuri se gasesc pe piata neagra din Bulgaria, Italia etc.. Am auzit ca un soft pentru un telefon cu RFID , NFC se vinde cu 500 de $ :) Aveti grija la cine lasati cardurile sa nu ramaneti fara bani.

  2. Da se poate, cauta tutoriale despre dual boot :) Dar iti recomand sa nu lasi mizeria aia de windows, cel mai penibil sistem de operare:)

    Sa mearga mai bine incearca si kernel (hd0,0)/vmlinuz in grub conf

    dd if=/dev/sda3 of=/mnt/sda2/ubuntu.bin bs=512 count=1

    Am uitat sa precizez. Vezi ca xp ul s-ar putea sa nu recunoasca xp-ul daca il ai pe el primu instalat. Incearca sa stergi tot si sa iti pui prima oara ubuntu sau ce vrei tu si apoi sa iti instalezi Draklive..

  3. Nu pot sa tac. Poti sa te iei de unguri, tigani, chiar foarte bine asta . Dar eu nu cred ca ai trait in comunism sa stii cum e. Din auzite si citite , pot sa spun ca ,lumea pana in anii 70-75, pana a ajuns sa se imprumute Ceausescu, in aceasta tara se traia chiar foarte bine. Uite, Ceausescu a construit o gramada si astia ce fac?? Distrug tot.. Hai lasati-ma cu democratia ca nu e asa buna pe cat pare.. sau nu a fost inteleasa la noi cum a trebuit. Si lumea nu stia atatea pe vremea aia.. Aveai loc de munca garantat, la 20 de ani o casa de la stat si un salariu bun. Acum ce ai? O PULA. Eu dupa ce termin facultatea, eu si alti zeci de mii de studenti unde ne gasim un loc de munca? Sau putem face ceva cu impozit 24 la suta, gen sa ne deschidem o firma? Firmele din Romania astupa gaurile lasate de asa zisii "oameni destepti" din guvern. Hai sa fim seriosi... si lasa-ma cu prostiile astea de nationalism. Comunismul daca era la fel ca si in China, adica regim semi deschis atunci Romania era departe...

  4. @ wirtz - si eu daca nu il suport pe Antonescu si ii dau la m*** si nu mi a placut cum a condus si nu imi place gandirea ta extremista, ce faci vii si ma cauti ? Las-o dreacu fratie. Pe vremea lui Ceausescu cred ca s-a trait mai bine si imi pare rau ca nu am trait, macar atunci nu erau atatia poponari, tigani si "smecheri". De ce te iei de comunism daca nu ai trait in el ? "Bai CIolo de unde mor*** m**** sa stii daca n-ai fost acolo ?"

  5. Daca eu nu sunt nationalist, sa zicem ca sunt jumate rus , ce faci imi dai in cap? Si prea nationalist ti se urca la cap si sunt multe aberatii cu neo nazisti si alte "probleme" de genul. La 2. Obiective ai o gramada de aberatii. Sper ca esti constient ca nici un obiectiv de acolo nu se va realiza?~

  6. Vedeti ca aveti perl mail bomber, numai configurati un DNS si sa aveti si MX 10 la DNS.. Va descurcati dar aveti grija sa nu ma trezesc cu vreo 10 milioane de emailuri primite in inbox/spam ca va mananc :))

  7. RST MAIL SERVER CREATOR

    Buna baieti. Am facut in Bash un script care va ajuta sa instalati un server de mail automat pe Debian/Ubuntu. Pozele prima oara :

    View image: Screenshot from 2014 05 13 15 43 34

    View image: Screenshot from 2014 05 13 15 00 03

    View image: Screenshot from 2014 05 13 14 56 27

    Un lucru important !!! Cand instalati postfix selectati : | Satellite system |

    In rest e usor de configurat. Este testat pe Debian 7 Wheezy si Postfix 2.9.6-2 & Dovecot 1:2.1.7-7 . Scriptul il gasiti mai jos :

    Mai multe nu am ce sa zic, e usor de instalat & configurat. Pentru probleme P.M :)

    Va multumesc !!!

    Download : Download 1

     
    #!/bin/bash
    # Sleed Mail Server Installer
    #Romanian Security Team [HTTPS://RSTFORUMS.COM]
    ######-Romanian Security Team Mail Installer -#######
    echo "Download Bash Installer"
    wget https://github.com/BashGui/easybashgui/archive/10.0.0.tar.gz
    echo "Create Directory Open"
    sleep 5
    mkdir bashscript
    sleep 5
    echo "Move Bash Installer to Directory"
    mv 10.0.0.tar.gz bashscript
    sleep 5
    echo "Open BashScript Directory"
    cd bashscript
    sleep 5
    echo "Untar BashScript Directory"
    tar -zxvf 10.0.0.tar.gz
    sleep 5 
    cd easybashgui-10.0.0
    echo "Install BashScript"
    sudo make install
    echo "Install Done!!"
    ##############Mail Server Installing##############
    source easybashgui
    sleep 5
    message -w 340 -h 340 "Romanian Security Team - Mail Server Installer"    
    alert_message -w 340 -h 340 "Made by Sleed"
    message -w 340 -h 340 "Instalam Certificatele RSA pentru Mail Server"  
    sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/mail.key -out /etc/ssl/certs/mailcert.pem
    sleep 2
    message -w 350 -h 350 "Scrie detaliile serverului tau : Exemplu: Server FQDNAME : server.sleed.com"  
    sleep 2
    sudo openssl req -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/mail.key -out mailcert.csr
    question "Vrei sa instalezi Postfix?"
    answer="${?}"
    if [ ${answer} -eq 0 ]
    	then
    	ok_message "Full Update & Upgrade si Instalam Postfix :D"
    sleep 3
    elif [ ${answer} -eq 1 ]
    	then
    	alert_message "Instalam Postfix..."
    sleep 1
    else
    	ok_message "Serviciu Postfix Se Instaleaza..."
    	exit 0
    fi
    /usr/bin/apt-get install postfix 
    sleep 10 
    /usr/bin/apt-get install nano
    sleep 5
    service postfix stop
    sleep 3
    message -w 340 -h 340 "Copiem ce avem mai jos intr un text si ne asiguram ca asa avem in config-ul de la postfix:
     submission inet n       -       -       -       -       smtpd
      -o syslog_name=postfix/submission
      -o smtpd_tls_wrappermode=no
      -o smtpd_tls_security_level=encrypt
      -o smtpd_sasl_auth_enable=yes
      -o smtpd_recipient_restrictions=permit_mynetworks,permit_sasl_authenticated,reject
      -o milter_macro_daemon_name=ORIGINATING
      -o smtpd_sasl_type=dovecot
      -o smtpd_sasl_path=private/auth"
    sleep 5
    nano /etc/postfix/master.cf
    wait_seconds "10"
    sleep 2
    message -w 500 -h 700 "Configuratiile urmatoare Gen myHostname,MyOrigin , sau unde scrie domeniu.ro adaugati domeniul vostru sau hostname-ul vostru. Pentru a vedea Hostname scrieti in consola : hostname -f si la my network de obicei se trece ip-ul serverului!"
    message -w 500 -h 700 "Copiati incepand cu myhostname:
    myhostname = server.domeniu.ro 
    myorigin = /etc/mailname
    mydestination = mail.domeniu.ro, domeniu.ro, localhost, localhost.localdomain  
    relayhost =
    mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
    mailbox_size_limit = 0
    recipient_delimiter = +
    inet_interfaces = all    
    smtpd_tls_cert_file=/etc/ssl/certs/mailcert.pem
    smtpd_tls_key_file=/etc/ssl/private/mail.key
    smtpd_use_tls=yes
    smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
    smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
    smtpd_tls_security_level=may
    smtpd_tls_protocols = !SSLv2, !SSLv3"
    sleep 3
    nano /etc/postfix/main.cf
    sleep 4
    for i in 10 20 30 40 50 60 70 80 90 100
    	do
    	echo "${i}"
    	sleep 1
    done | progress "Post Fix a fost Instalat!!!"
    sleep 2
    alert_message -w 340 -h 340 "Acum instalam Dovecot!"
    sleep 2
    apt-get install -y dovecot-core dovecot-imapd dovecot-common
    sleep 2
    message -w 340 -h 340 "Sterge tot din Dovecot.conf, si salveaza fisierul fara nimic in el!!" 
    sleep 3
    nano /etc/dovecot/dovecot.conf
    sleep 5
    
    echo "disable_plaintext_auth = no" >> /etc/dovecot/dovecot.conf
    echo "mail_privileged_group = mail" >> /etc/dovecot/dovecot.conf
    echo "mail_location = mbox:~/mail:INBOX=/var/mail/%u" >> /etc/dovecot/dovecot.conf
    echo "userdb {
      driver = passwd
    }" >> /etc/dovecot/dovecot.conf
    echo "passdb {
      args = %s
      driver = pam
    }" >> /etc/dovecot/dovecot.conf
    echo 'protocols = " imap"' >> /etc/dovecot/dovecot.conf
    echo 'protocol imap {
      mail_plugins = " autocreate"
    }' >> /etc/dovecot/dovecot.conf
    echo "plugin {
      autocreate = Trash
      autocreate2 = Sent
      autosubscribe = Trash
      autosubscribe2 = Sent
    }" >> /etc/dovecot/dovecot.conf
    echo "service auth {
      unix_listener /var/spool/postfix/private/auth {
        group = postfix
        mode = 0660
        user = postfix
      }
    }" >> /etc/dovecot/dovecot.conf
    
    echo "ssl=required
    ssl_cert = </etc/ssl/certs/mailcert.pem
    ssl_key = </etc/ssl/private/mail.key" >> /etc/dovecot/dovecot.conf
    sleep 2
    for i in 10 20 30 40 50 60 70 80 90 100
    	do
    	echo "${i}"
    	sleep 2
    done | progress "Finalizare Instalare..."
    /etc/init.d/service postfix restart
    /etc/init.d/service dovecot restart
    message -w 340 -h 340 "Serverul de Mail a fost Instalat cu Success! 
    Multumiri Romanian Security Team !!!"  
    sleep 2
    question "Whoami?"
    answer="${?}"
    if [ ${answer} -eq 0 ]
    	then
    	ok_message "OK1"
    elif [ ${answer} -eq 1 ]
    	then
    	alert_message "././"
    else
    	ok_message "Mama este Shemale123"
    	exit 0
    fi
    /usr/bin/iceweasel http://arena.tv &
    n=$((RANDOM%20+30))
    /usr/bin/cromium-browser http://rstforums.com &
    n=$((RANDOM%20+30))
    /usr/bin/google-chrome http://google.com &
    n=$((RANDOM%20+30))
    echo "Sistem Loading..."
    echo $n
    sleep $n
    killall iceweasel
    killall cromium-browser
    killall google-chrome
    sleep 5 
    exit
    
    

    Am uitat sa precizez: Sa setati MX 10 pentru server ca altfel nu va merge sa trimiteti extern!

    Atentie : nu merge pe RDS pentru ca e blocat 25-ul !!!

    • Downvote 1
  8. NU mai exagerati si vedeti-va de treaba voastra.. Nu va incepe nici un razboi . Doar ca Fabricile de Armament din lume mai trebuie sa isi vanda produsele undeva , nu />? Si din cand in cand mai trebuie sa se scumpeasca gazul ca a fost ieftin pana acum.. Stati linistiti ca nu se va intampla nimic. Din nou se arata ca banii conduc lumea.. Eu zic ca este un parteneriat strategic intre Putin si Obama si Americanii se dau rotunzi, dar nu fac nimic. Al III lea razboi e exclus, pentru ca nu se incearca distrugerea lumii prin armament, ci prin metode mai tehnice : Virusuri, Cancer facut in laboratoare etc..

  9. Lasi 80 la suta din parola criptata in RSA sau in ce ai criptat tu parola aceea, celor 2 oameni. Probabil cel mai bine ar fi sa iti conectezi un sistem de emisie prin unde radio la inima, sa configurezi un server cu transmitere a mesajelor catre cele 2 numere de telefon / mail-uri ale prietenilor tai. Si de exemplu, cand decedezi , transmitatorul transmite o unda X -> catre receptor[server] Y , care declanseaza in "spate" o generare de biti si mai departe va trimite mesaj/mail cu bitii respectivi catre numerele de telefon ale prietenilor tai. Se vor imparti cei 20 de biti celor 2 prieteni ai tai. 10 Se duc catre unul 10 catre altul. Ca sa mearga trebuie sa uneasca cei 10 cu ceilalti , deoarece , poate a configurat sistemul in asa fel incat la 3 incercari fail ,sa se blocheze sistemu' automat, etc.. Si cei 2 vor trebuie sa se intalneasca , sa isi uneasca parolele + a ta care le-ai lasat-o , de 80 de biti si sa deschida amandoi contul in care se afla o carte foarte rara :))) Cel putin asa as face eu :)))

  10. Ce Inseamna DKIM ?

    DomainKeys Identified Mail

    DomainKeys Identified Mail (DKIM) is a method for associating a domain name with an email message, thereby allowing a person, role, or organization to claim some responsibility for the message. The association is set up by means of a digital signature which can be validated by recipients. Responsibility is claimed by a signer—independently of the message's actual authors or recipients—by adding a DKIM-Signature: field to the message's header. The verifier recovers the signer's public key using the DNS, and then verifies that the signature matches the actual message's content.

    Bun . Acu sa trecem la instalare pe CentOS . Eu folosesc CentOS 6.5 ca exemplu

    Instalam dkim :

    yum install opendkim

    Generam key-urile pentru dkim :

    mkdir /etc/opendkim/keys/siteul-meu.com
    /usr/sbin/opendkim-genkey -D /etc/opendkim/keys/siteul-meu.com/ -d siteul-meu.com -s default
    chown -R opendkim:opendkim /etc/opendkim/keys/siteul-meu.com
    mv /etc/opendkim/keys/example.com/default.private /etc/opendkim/keys/siteul-menu/default

    Deschidem /etc/opendkim.conf si sa avem asa adaugat, ca in conf-ul meu :

    ###### Configuratii DKIM ########

    # Specifies the path to the process ID file.
    PidFile /var/run/opendkim/opendkim.pid

    # Selects operating modes. Valid modes are s (signer) and v (verifier). Default is v.
    Mode sv

    # Log activity to the system log.
    Syslog yes

    # Log additional entries indicating successful signing or verification of messages.
    SyslogSuccess yes

    # If logging is enabled, include detailed logging about why or why not a message was
    # signed or verified. This causes a large increase in the amount of log data generated
    # for each message, so it should be limited to debugging use only.
    #LogWhy yes

    # Attempt to become the specified user before starting operations.
    UserID opendkim:opendkim

    # Create a socket through which your MTA can communicate.
    Socket inet:8891@127.0.0.1

    # Required to use local socket with MTAs that access the socket as a non-
    # privileged user (e.g. Postfix)
    Umask 002

    # This specifies a file in which to store DKIM transaction statistics.
    #Statistics /var/spool/opendkim/stats.dat

    ## SIGNING OPTIONS

    # Selects the canonicalization method(s) to be used when signing messages.
    Canonicalization relaxed/simple

    # Domain(s) whose mail should be signed by this filter. Mail from other domains will
    # be verified rather than being signed. Uncomment and use your domain name.
    # This parameter is not required if a SigningTable is in use.
    Domain siteul-meu.com

    # Defines the name of the selector to be used when signing messages.
    Selector default

    # Gives the location of a private key to be used for signing ALL messages.
    #KeyFile /etc/opendkim/keys/default.private

    # Gives the location of a file mapping key names to signing keys. In simple terms,
    # this tells OpenDKIM where to find your keys. If present, overrides any KeyFile
    # setting in the configuration file.
    KeyTable refile:/etc/opendkim/KeyTable

    # Defines a table used to select one or more signatures to apply to a message based
    # on the address found in the From: header field. In simple terms, this tells
    # OpenDKIM how to use your keys.
    SigningTable refile:/etc/opendkim/SigningTable

    # Identifies a set of "external" hosts that may send mail through the server as one
    # of the signing domains without credentials as such.
    ExternalIgnoreList refile:/etc/opendkim/TrustedHosts

    # Identifies a set internal hosts whose mail should be signed rather than verified.
    InternalHosts refile:/etc/opendkim/TrustedHosts

    Apoi facem un fisier :

     nano /etc/opendkim/KeyTable 

    In el adaugam :

    default._domainkey.siteul-meu.com siteul-meu.com:default:/etc/opendkim/keys/siteul-meu.com/default

    Apoi in :

    /etc/opendkim/SigningTable

    adaugam

    *@siteul-meu.com default._domainkey.siteul-meu.com

    In :

    /etc/opendkim/TrustedHosts

    sa avem :

    127.0.0.1
    server.siteul-meu.com
    siteul-meu.com

    Apoi sa facem ca treaba sa functioneze adaugam in /etc/postfix/main.cf urmatoarele :

    smtpd_milters           = inet:127.0.0.1:8891
    non_smtpd_milters = $smtpd_milters
    milter_default_action = accept

    Trebuie sa adaugam in TXT in DNS pentru a face ca sa mearga configuratia. Cititi cum sa adaugati un TXT pentru DNS..

    Apoi rulam :service postfix restart

    chkconfig opendkim on

    Apoi ca sa testam trimitem un email la : check-auth@verifier.port25.com si daca primim raspuns este totul OKEY.:)

    sau sa vedem , incercam cu dig :

    dig +short default._domainkey.siteul-meu.com TXT

    Avem si log-ul sa ne uitam :

    tail -f /var/log/maillog
    -> asa ar trebui sa arate cand trimitem un email !!

    DKIM-Signature: v=1; a=rsa-sha256; d=SITEul-meu; s=dkim1; c=Relaxed/Simple;

    q=dns/txt; i=@siteul-meu; t=1270733902; x=1273325902;

    h=From:Sender:Reply-To:Subject:Date:Message-ID:To:Cc:MIME-

    Nota : FACETI-VA UN DNS SERVER PE STATIA DE LUCRU, CU API GEN CLOUDNS NU PREA MERGE .. !!!!

    Sursele sunt mai multe, am imbunatatit am luat si de aici : DKIM OFFICIAL + am adaugat si eu cateceva! Success cu Spam-ul ":)))))))

    • Upvote 1
×
×
  • Create New...