New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching language of NoFormat
hej
by fghfgh   Today @ 11:39am
Tags: fgdf
3 Views
no comments
 
<div style="display:none;">
liveinternet код сюда
</div>
Today @ 11:05am
Tags:
4 Views
no comments
 
<div style="display:none;">
liveinternet код сюда
</H1>
Today @ 11:04am
Tags:
4 Views
no comments
 
echo $form->create(array (
    'action' => 'add'
));
 
 
 
echo $form->input('1.Human.surname');
echo $form->input('1.Human.prename');
 
Today @ 10:51am
Tags:
5 Views
no comments
 
/*
------------------------------
    Impromptu's
------------------------------
*/
.jqifade{
    position: absolute; 
    background-color: #aaaaaa; 
}
div.jqi{ 
Today @ 8:08am
Tags:
2 Views
no comments
 
Metod:
Efter att ha decompilat "class" filerna med hjälp av java decompilern ”JD-GUI” så kunde vi börja undersöka koden i de olika filerna. Efter att snabbt ha tittat igenom alla filer med kod så kom vi fram till att börja med "passwordDialog". 
På rad 80 hittade vi information som gav oss anledning att misstänka att någon form av Cesarkrypto använts för att kryptera lösenordet. Efter ännu mer analys av koden hittade vi användandet av ”\4” vilket är en funktion för att ”hoppa” fyra steg framåt i tecken tabellen. 
Vilket senare bevisades genom en enkel modifikation på rad 81 där vi genomförde en output av strängen ”decryptedPassword”. Efter att modifieringen var klar var det bara att starta programmet genom att trycka på ”Start Program” och då skrev programmet själv ut det korrekta lösenordet, således blev krypteringen: j4v7rwmgw översatt till f0r3nsics. 
Detta jämförde vi med det som vi hittade i filen ”99ksnda185kd3.d02” vilka stämde överens.
 
Ett annat sätt att kringgå lösenordsförfrågan var att radera ”!” från if-satsen på rad 82 således var alla lösenord förutom det som från början var det korrekta godtagbara, då if-satsen baserats på omvänd boolean logik. ”!” i inledningen specificerar att det nedanstående skall utföras om påståendet är falskt, så att om INTE decryptedPassword är lika med inmatat lösenord, skriv ut ”incorrect password”.  Korrekt inloggnings försök(dvs. de som inte uppfyllde ovanstående negation) fångades upp i ”else” på raderna under.
Today @ 6:28am
Tags:
5 Views
no comments
 
Codice:
http://hotfile.com/dl/32237577/9aa69a9/Alvin.Superstar.2.2009.iTALiAN.720p.BluRay.x264-TRL.r00.html
http://hotfile.com/dl/32237584/21bcc58/Alvin.Superstar.2.2009.iTALiAN.720p.BluRay.x264-TRL.r01.html
http://hotfile.com/dl/32237572/5d7552e/Alvin.Superstar.2.2009.iTALiAN.720p.BluRay.x264-TRL.r02.html
http://hotfile.com/dl/32237725/7fd12d1/Alvin.Superstar.2.2009.iTALiAN.720p.BluRay.x264-TRL.r03.html
http://hotfile.com/dl/32238158/2790aae/Alvin.Superstar.2.2009.iTALiAN.720p.BluRay.x264-TRL.r04.html
http://hotfile.com/dl/32236342/02c827c/Alvin.Superstar.2.2009.iTALiAN.720p.BluRay.x264-TRL.r05.html
http://hotfile.com/dl/32236362/a8cb179/Alvin.Superstar.2.2009.iTALiAN.720p.BluRay.x264-TRL.r06.html
http://hotfile.com/dl/32236397/c0ccec3/Alvin.Superstar.2.2009.iTALiAN.720p.BluRay.x264-TRL.r07.html
http://hotfile.com/dl/32236356/9353f01/Alvin.Superstar.2.2009.iTALiAN.720p.BluRay.x264-TRL.r08.html
Today @ 2:59am
Tags:
7 Views
no comments
 
kbuildsycoca4 running...
kbuildsycoca4(755) KBuildSycoca::recreate: Recreating ksycoca file ("/var/tmp/kdecache-paulo/ksycoca4", version 162)
kbuildsycoca4(755) VFolderMenu::mergeFile: VFolderMenu::mergeFile: "/etc/xdg/menus/applications-merged/sabayon-sabayon.menu"
kbuildsycoca4(755) VFolderMenu::mergeFile: VFolderMenu::mergeFile: "/etc/xdg/menus/applications-merged/ggz.merge.menu"
kbuildsycoca4(755) VFolderMenu::mergeFile: VFolderMenu::mergeFile: "/etc/xdg/menus/ggz.menu"
kbuildsycoca4(755) foldNode: "Directory" and "ggz.directory" requires combining!
kbuildsycoca4(755) VFolderMenu::mergeFile: VFolderMenu::mergeFile: "/home/paulo/.config/menus/applications-kmenuedit.menu"
kbuildsycoca4(755) VFolderMenu::processMenu: Processing KDE Legacy dirs for <KDE>
kbuildsycoca4(755) VFolderMenu::processKDELegacyDirs:
kbuildsycoca4(755) VFolderMenu::loadApplications: Looking up applications under "/usr/local/share/applications/"
Today @ 1:18am
Tags:
6 Views
no comments
 
QFile::at: Cannot set file position 16384 
drkonqi(504) SystemInformation::runLsbRelease: found lsb_release
drkonqi(504) KCrashBackend::constructCrashedApplication: Using /proc to determine executable path
drkonqi(504) KCrashBackend::constructCrashedApplication: Executable is: "/usr/bin/amarok"
drkonqi(504) KCrashBackend::constructCrashedApplication: Executable exists: true
amarok --debug --nofork
amarok(525)/kdecore (KSycoca) KSycocaPrivate::openDatabase: Trying to open ksycoca from  "/var/tmp/kdecache-paulo/ksycoca4"
KCrash: Application 'amarok' crashing...
sock_file=/home/paulo/.kde4/socket-pato/kdeinit4__0
Warning: connect() failed: : No such file or directory
Today @ 1:16am
Tags:
7 Views
no comments
 
function GetRegistryData(RootKey: HKEY; Key, Value: string): variant;
var
  Reg: TRegistry;
  RegDataType: TRegDataType;
  DataSize, Len: integer;
  s: string;
label cantread;
begin
  Reg := nil;
  try
Yesterday @ 2:39pm
Tags:
6 Views
no comments
 
gdf
Yesterday @ 1:53pm
Tags:
5 Views
no comments
 
**************************************************
ERROR: ERROR: Missing files
in function: remove_Files_Without_Sourcedirectory
**************************************************
 
**************************************************
ERROR: Saved logfile: /home/leon/OOo4Kids_compilation/trunk/instsetoo_native/unxlngi6.pro/OOo4Kids/deb/logging/de/log_O4K090_de.log
**************************************************
Wed Mar 10 21:52:26 2010 (00:10 min.)
ERROR: The following files could not be found: 
by benbois   Yesterday @ 1:09pm
Tags:
7 Views
no comments
 
ddsd
Yesterday @ 12:49pm
Tags:
6 Views
no comments
 
/* prácica realizada por Martín Canoura Martínez NP:50.414*/
 
/*-nombre ape  ps1_exp
 
-comentarios apellidos nombre y numero de expe
 
-clase cadena de caracteres 2 atributos puntero a cadena y atributo longitud
-constructor(defecto y parametro) constructor copia y destructor
-sobrecarga operador+  static para llevar cuenta de cuantos objetos o instancias de cadena tenemos
-hacer main y probar ,en constructor mensaje para ver cuando se ejecuta.
Yesterday @ 9:19am
Tags: fhhhj
7 Views
no comments
 
/* prácica realizada por Martín Canoura Martínez NP:50.414*/
 
/*-nombre ape  ps1_exp
 
-comentarios apellidos nombre y numero de expe
 
-clase cadena de caracteres 2 atributos puntero a cadena y atributo longitud
-constructor(defecto y parametro) constructor copia y destructor
-sobrecarga operador+  static para llevar cuenta de cuantos objetos o instancias de cadena tenemos
-hacer main y probar ,en constructor mensaje para ver cuando se ejecuta.
Yesterday @ 8:58am
Tags: yjjyj
8 Views
no comments
 
/* prácica realizada por Martín Canoura Martínez NP:50.414*/
 
/*-nombre ape  ps1_exp
 
-comentarios apellidos nombre y numero de expe
 
-clase cadena de caracteres 2 atributos puntero a cadena y atributo longitud
-constructor(defecto y parametro) constructor copia y destructor
-sobrecarga operador+  static para llevar cuenta de cuantos objetos o instancias de cadena tenemos
-hacer main y probar ,en constructor mensaje para ver cuando se ejecuta.
by hhhh   Yesterday @ 8:46am
Tags:
6 Views
no comments
 
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
 
It was created by pixman configure 0.12.0, which was
generated by GNU Autoconf 2.61.  Invocation command line was
 
  $ ./configure --enable-static=yes --enable-shared=no CFLAGS=-march=i486 -fPIC
 
## --------- ##
## Platform. ##
by benbois   Yesterday @ 8:21am
Tags:
10 Views
no comments
 
/* prácica realizada por Martín Canoura Martínez NP:50.414*/
 
/*-nombre ape  ps1_exp
 
-comentarios apellidos nombre y numero de expe
 
-clase cadena de caracteres 2 atributos puntero a cadena y atributo longitud
-constructor(defecto y parametro) constructor copia y destructor
-sobrecarga operador+  static para llevar cuenta de cuantos objetos o instancias de cadena tenemos
-hacer main y probar ,en constructor mensaje para ver cuando se ejecuta.
by hjjji   Yesterday @ 8:10am
Tags:
6 Views
no comments
 
 ccache gcc -DHAVE_CONFIG_H -I. -I.. -DPIXMAN_DISABLE_DEPRECATED -march=i486 -fPIC -Wall -fvisibility=hidden -MT libpixman_1_la-pixman-compose.lo -MD -MP -MF .deps/libpixman_1_la-pixman-compose.Tpo -c pixman-compose.c -o libpixman_1_la-pixman-compose.o
mv -f .deps/libpixman_1_la-pixman-compose.Tpo .deps/libpixman_1_la-pixman-compose.Plo
/bin/bash ../libtool --tag=CC   --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I..    -DPIXMAN_DISABLE_DEPRECATED -march=i486 -fPIC -Wall -fvisibility=hidden -MT libpixman_1_la-pixman-compose-accessors.lo -MD -MP -MF .deps/libpixman_1_la-pixman-compose-accessors.Tpo -c -o libpixman_1_la-pixman-compose-accessors.lo `test -f 'pixman-compose-accessors.c' || echo './'`pixman-compose-accessors.c
 ccache gcc -DHAVE_CONFIG_H -I. -I.. -DPIXMAN_DISABLE_DEPRECATED -march=i486 -fPIC -Wall -fvisibility=hidden -MT libpixman_1_la-pixman-compose-accessors.lo -MD -MP -MF .deps/libpixman_1_la-pixman-compose-accessors.Tpo -c pixman-compose-accessors.c -o libpixman_1_la-pixman-compose-accessors.o
mv -f .deps/libpixman_1_la-pixman-compose-accessors.Tpo .deps/libpixman_1_la-pixman-compose-accessors.Plo
/bin/bash ../libtool --tag=CC   --mode=compile ccache gcc -DHAVE_CONFIG_H -I. -I..    -DPIXMAN_DISABLE_DEPRECATED -march=i486 -fPIC -Wall -fvisibility=hidden -MT libpixman_1_la-pixman-pict.lo -MD -MP -MF .deps/libpixman_1_la-pixman-pict.Tpo -c -o libpixman_1_la-pixman-pict.lo `test -f 'pixman-pict.c' || echo './'`pixman-pict.c
 ccache gcc -DHAVE_CONFIG_H -I. -I.. -DPIXMAN_DISABLE_DEPRECATED -march=i486 -fPIC -Wall -fvisibility=hidden -MT libpixman_1_la-pixman-pict.lo -MD -MP -MF .deps/libpixman_1_la-pixman-pict.Tpo -c pixman-pict.c -o libpixman_1_la-pixman-pict.o
pixman-pict.c:1961:22: error: sys/auxv.h: No such file or directory
pixman-pict.c: In function 'detectCPUFeatures':
pixman-pict.c:1978: warning: implicit declaration of function 'getisax'
by benbois   Yesterday @ 3:49am
Tags:
9 Views
no comments
 
c:\windows\system32\inetsrv\appcmd set site /site.name:"<IIS Site name>" /+bindings.[protocol='https',bindingInformation='*:443:<host header name>']
Yesterday @ 2:41am
19 Views
no comments
 
#include <fstream>
using namespace std;
ifstream in("matrix.in");
ofstream out("matrix.out");
int main()
{
    int n,m,v[20][20],i,j,s=0,p=1;
    in>>n>>m;
    for (i=0;i<n;i++)
    {
Yesterday @ 12:10am
Tags:
7 Views
no comments
 
#include <fstream>
using namespace std;
ifstream in("matrix.in");
ofstream out("matrix.out");
int main()
{
    int n,m,v[20][20],i,j;
    in>>n>>m;
    for (i=0;i<n;i++)
    {
Yesterday @ 12:02am
Tags:
7 Views
no comments
 
wWUNIQUEWw
is available
    
7:11 pm
Im moving out for à month..so i wont be on..if you really need me..heres my number..1(630)687-3951. CIAO..take it easy -Erik Silva
1d and 6h ago Comment
EviL WaLdO510     7:11 pm
EviL WaLdO510 (7:11:12 PM):
take a step back. and leave the girl alone.
EviL WaLdO510 (7:11:16 PM):
by Chronic Masturbator   Tuesday @ 8:27pm
Tags:
9 Views
no comments
 
#include<stdio.h>
#include<stdlib.h>
#define MAX 100
int afisare(int a[],int dim)
{
 int i;
 for(i=0;i<dim;i++)
 {
                  
  printf("a[%d]=%d",i,a[i]);                 
Tuesday @ 2:02pm
Tags:
8 Views
no comments
 
echo $form->create(array (
    'action' => 'add'
));
echo $form->input('1.Human.0.surname');
echo $form->input('1.Human.0.prename');
echo $form->input('1.Phonetype.0.phonetype', array (
    'type' => 'radio'
));
Tuesday @ 12:23pm
Tags:
9 Views
no comments
 
brought to you by:
West Wind Techologies


If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate