hjælp til rar adgangskode
Hej
Jeg har en rar fil jeg engang har puttet kode på, men jeg kan bare ikke huske den, er ved at være godt frustreret :D. Jeg ved der i windows findes nogle programmer der laver noget bruteforce tror jeg det hed, kan det også klares i Linux så jeg kan få den udpakket igen?
Jeg har en rar fil jeg engang har puttet kode på, men jeg kan bare ikke huske den, er ved at være godt frustreret :D. Jeg ved der i windows findes nogle programmer der laver noget bruteforce tror jeg det hed, kan det også klares i Linux så jeg kan få den udpakket igen?
Kommentarer9
Hej!
en hurtig google
en hurtig google søgning gav http://sourceforge.net/projects/rarbrute/ - søg videre selv..
Re: hjælp til rar adgangskode
http://rarcrack.sourceforge.net/
Re: hjælp til rar adgangskode
http://sourceforge.net/projects/rarbrute/
ved ikke om det kan bruges :)
Re: hjælp til rar adgangskode
Det andet program har jeg problemer med "make" hvor jeg får denne besked:
gcc -pthread rarcrack.c `xml2-config --libs --cflags` -O2 -o rarcrack
/bin/sh: xml2-config: not found
In file included from rarcrack.c:21:
rarcrack.h:21:38: error: stdio.h: No such file or directory
rarcrack.h:22:20: error: string.h: No such file or directory
rarcrack.h:23:20: error: stdlib.h: No such file or directory
rarcrack.h:24:20: error: unistd.h: No such file or directory
rarcrack.h:25:48: error: libxml/xmlmemory.h: No such file or directory
rarcrack.h:26:27: error: libxml/parser.h: No such file or directory
rarcrack.h:27:36: error: libxml/parserInternals.h: No such file or directory
rarcrack.h:28:25: error: libxml/tree.h: No such file or directory
rarcrack.h:29:28: error: libxml/threads.h: No such file or directory
rarcrack.h:30:37: error: pthread.h: No such file or directory
rarcrack.c:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pwdMutex’
rarcrack.c:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘status’
rarcrack.c:35: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘finishedMutex’
rarcrack.c: In function ‘savestatus’:
rarcrack.c:46: error: ‘xmlNodePtr’ undeclared (first use in this function)
rarcrack.c:46: error: (Each undeclared identifier is reported only once
rarcrack.c:46: error: for each function it appears in.)
rarcrack.c:46: error: expected ‘;’ before ‘root’
rarcrack.c:47: error: expected ‘;’ before ‘node’
rarcrack.c:48: error: ‘xmlChar’ undeclared (first use in this function)
rarcrack.c:48: error: ‘tmp’ undeclared (first use in this function)
rarcrack.c:48: error: ‘NULL’ undeclared (first use in this function)
rarcrack.c:49: warning: incompatible implicit declaration of built-in function ‘strlen’
rarcrack.c:49: error: ‘status’ undeclared (first use in this function)
rarcrack.c:50: error: ‘root’ undeclared (first use in this function)
rarcrack.c:52: error: ‘finishedMutex’ undeclared (first use in this function)
rarcrack.c:53: error: ‘node’ undeclared (first use in this function)
rarcrack.c:55: error: ‘pwdMutex’ undeclared (first use in this function)
rarcrack.c:56: error: expected ‘)’ before ‘xmlChar’
rarcrack.c:66: error: expected ‘)’ before ‘xmlChar’
rarcrack.c: In function ‘loadstatus’:
rarcrack.c:87: error: ‘xmlNodePtr’ undeclared (first use in this function)
rarcrack.c:87: error: expected ‘;’ before ‘root’
rarcrack.c:88: error: expected ‘;’ before ‘node’
rarcrack.c:89: error: ‘xmlParserCtxtPtr’ undeclared (first use in this function)
rarcrack.c:89: error: expected ‘;’ before ‘parserctxt’
rarcrack.c:92: error: ‘FILE’ undeclared (first use in this function)
rarcrack.c:92: error: ‘totest’ undeclared (first use in this function)
rarcrack.c:94: error: ‘NULL’ undeclared (first use in this function)
rarcrack.c:96: error: ‘status’ undeclared (first use in this function)
rarcrack.c:99: error: ‘root’ undeclared (first use in this function)
rarcrack.c:103: error: ‘parserctxt’ undeclared (first use in this function)
rarcrack.c:104: error: ‘node’ undeclared (first use in this function)
rarcrack.c:106: warning: incompatible implicit declaration of built-in function ‘strlen’
rarcrack.c:108: error: ‘XML_SUBSTITUTE_BOTH’ undeclared (first use in this function)
rarcrack.c:108: warning: assignment makes pointer from integer without a cast
rarcrack.c:112: warning: incompatible implicit declaration of built-in function ‘strlen’
rarcrack.c:114: warning: assignment makes pointer from integer without a cast
rarcrack.c:115: warning: incompatible implicit declaration of built-in function ‘strcpy’
rarcrack.c:117: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c:122: warning: incompatible implicit declaration of built-in function ‘strlen’
rarcrack.c:124: warning: assignment makes pointer from integer without a cast
rarcrack.c:125: warning: incompatible implicit declaration of built-in function ‘strcpy’
rarcrack.c:127: error: ‘finishedMutex’ undeclared (first use in this function)
rarcrack.c:131: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c: In function ‘nextpass’:
rarcrack.c:169: warning: incompatible implicit declaration of built-in function ‘malloc’
rarcrack.c:170: error: ‘pwdMutex’ undeclared (first use in this function)
rarcrack.c:171: warning: incompatible implicit declaration of built-in function ‘strcpy’
rarcrack.c: In function ‘status_thread’:
rarcrack.c:182: error: ‘finishedMutex’ undeclared (first use in this function)
rarcrack.c:188: error: ‘pwdMutex’ undeclared (first use in this function)
rarcrack.c:189: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c: In function ‘crack_thread’:
rarcrack.c:199: error: ‘FILE’ undeclared (first use in this function)
rarcrack.c:199: error: ‘Pipe’ undeclared (first use in this function)
rarcrack.c:202: warning: incompatible implicit declaration of built-in function ‘sprintf’
rarcrack.c:206: error: ‘NULL’ undeclared (first use in this function)
rarcrack.c:207: warning: incompatible implicit declaration of built-in function ‘strcpy’
rarcrack.c:208: error: ‘finishedMutex’ undeclared (first use in this function)
rarcrack.c:210: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c: In function ‘crack_start’:
rarcrack.c:229: error: ‘pthread_t’ undeclared (first use in this function)
rarcrack.c:229: error: expected ‘;’ before ‘th’
rarcrack.c:232: error: ‘th’ undeclared (first use in this function)
rarcrack.c:232: error: ‘NULL’ undeclared (first use in this function)
rarcrack.c: In function ‘init’:
rarcrack.c:247: error: ‘FILE’ undeclared (first use in this function)
rarcrack.c:247: error: ‘totest’ undeclared (first use in this function)
rarcrack.c:250: error: ‘pwdMutex’ undeclared (first use in this function)
rarcrack.c:251: error: ‘finishedMutex’ undeclared (first use in this function)
rarcrack.c:253: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c:259: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c:271: warning: incompatible implicit declaration of built-in function ‘sscanf’
rarcrack.c:274: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c:278: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c:283: warning: incompatible implicit declaration of built-in function ‘sscanf’
rarcrack.c:286: warning: incompatible implicit declaration of built-in function ‘strcpy’
rarcrack.c:292: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c:296: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c:300: warning: incompatible implicit declaration of built-in function ‘strcpy’
rarcrack.c:306: warning: incompatible implicit declaration of built-in function ‘sprintf’
rarcrack.c:308: error: ‘NULL’ undeclared (first use in this function)
rarcrack.c:309: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c:317: warning: incompatible implicit declaration of built-in function ‘fscanf’
rarcrack.c:321: warning: incompatible implicit declaration of built-in function ‘strcpy’
rarcrack.c:326: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c:328: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c:339: warning: incompatible implicit declaration of built-in function ‘strlen’
rarcrack.c: In function ‘main’:
rarcrack.c:347: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c:351: error: ‘status’ undeclared (first use in this function)
rarcrack.c:353: error: ‘pwdMutex’ undeclared (first use in this function)
rarcrack.c:354: error: ‘finishedMutex’ undeclared (first use in this function)
rarcrack.c:355: error: ‘EXIT_SUCCESS’ undeclared (first use in this function)
make: *** [all] Error 1
kristoffer@kristoffer-desktop:~/Desktop/rarcrack-0.2$ sudo make
[sudo] password for kristoffer:
gcc -pthread rarcrack.c `xml2-config --libs --cflags` -O2 -o rarcrack
/bin/sh: xml2-config: not found
In file included from rarcrack.c:21:
rarcrack.h:21:38: error: stdio.h: No such file or directory
rarcrack.h:22:20: error: string.h: No such file or directory
rarcrack.h:23:20: error: stdlib.h: No such file or directory
rarcrack.h:24:20: error: unistd.h: No such file or directory
rarcrack.h:25:48: error: libxml/xmlmemory.h: No such file or directory
rarcrack.h:26:27: error: libxml/parser.h: No such file or directory
rarcrack.h:27:36: error: libxml/parserInternals.h: No such file or directory
rarcrack.h:28:25: error: libxml/tree.h: No such file or directory
rarcrack.h:29:28: error: libxml/threads.h: No such file or directory
rarcrack.h:30:37: error: pthread.h: No such file or directory
rarcrack.c:30: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘pwdMutex’
rarcrack.c:33: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘status’
rarcrack.c:35: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘finishedMutex’
rarcrack.c: In function ‘savestatus’:
rarcrack.c:46: error: ‘xmlNodePtr’ undeclared (first use in this function)
rarcrack.c:46: error: (Each undeclared identifier is reported only once
rarcrack.c:46: error: for each function it appears in.)
rarcrack.c:46: error: expected ‘;’ before ‘root’
rarcrack.c:47: error: expected ‘;’ before ‘node’
rarcrack.c:48: error: ‘xmlChar’ undeclared (first use in this function)
rarcrack.c:48: error: ‘tmp’ undeclared (first use in this function)
rarcrack.c:48: error: ‘NULL’ undeclared (first use in this function)
rarcrack.c:49: warning: incompatible implicit declaration of built-in function ‘strlen’
rarcrack.c:49: error: ‘status’ undeclared (first use in this function)
rarcrack.c:50: error: ‘root’ undeclared (first use in this function)
rarcrack.c:52: error: ‘finishedMutex’ undeclared (first use in this function)
rarcrack.c:53: error: ‘node’ undeclared (first use in this function)
rarcrack.c:55: error: ‘pwdMutex’ undeclared (first use in this function)
rarcrack.c:56: error: expected ‘)’ before ‘xmlChar’
rarcrack.c:66: error: expected ‘)’ before ‘xmlChar’
rarcrack.c: In function ‘loadstatus’:
rarcrack.c:87: error: ‘xmlNodePtr’ undeclared (first use in this function)
rarcrack.c:87: error: expected ‘;’ before ‘root’
rarcrack.c:88: error: expected ‘;’ before ‘node’
rarcrack.c:89: error: ‘xmlParserCtxtPtr’ undeclared (first use in this function)
rarcrack.c:89: error: expected ‘;’ before ‘parserctxt’
rarcrack.c:92: error: ‘FILE’ undeclared (first use in this function)
rarcrack.c:92: error: ‘totest’ undeclared (first use in this function)
rarcrack.c:94: error: ‘NULL’ undeclared (first use in this function)
rarcrack.c:96: error: ‘status’ undeclared (first use in this function)
rarcrack.c:99: error: ‘root’ undeclared (first use in this function)
rarcrack.c:103: error: ‘parserctxt’ undeclared (first use in this function)
rarcrack.c:104: error: ‘node’ undeclared (first use in this function)
rarcrack.c:106: warning: incompatible implicit declaration of built-in function ‘strlen’
rarcrack.c:108: error: ‘XML_SUBSTITUTE_BOTH’ undeclared (first use in this function)
rarcrack.c:108: warning: assignment makes pointer from integer without a cast
rarcrack.c:112: warning: incompatible implicit declaration of built-in function ‘strlen’
rarcrack.c:114: warning: assignment makes pointer from integer without a cast
rarcrack.c:115: warning: incompatible implicit declaration of built-in function ‘strcpy’
rarcrack.c:117: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c:122: warning: incompatible implicit declaration of built-in function ‘strlen’
rarcrack.c:124: warning: assignment makes pointer from integer without a cast
rarcrack.c:125: warning: incompatible implicit declaration of built-in function ‘strcpy’
rarcrack.c:127: error: ‘finishedMutex’ undeclared (first use in this function)
rarcrack.c:131: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c: In function ‘nextpass’:
rarcrack.c:169: warning: incompatible implicit declaration of built-in function ‘malloc’
rarcrack.c:170: error: ‘pwdMutex’ undeclared (first use in this function)
rarcrack.c:171: warning: incompatible implicit declaration of built-in function ‘strcpy’
rarcrack.c: In function ‘status_thread’:
rarcrack.c:182: error: ‘finishedMutex’ undeclared (first use in this function)
rarcrack.c:188: error: ‘pwdMutex’ undeclared (first use in this function)
rarcrack.c:189: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c: In function ‘crack_thread’:
rarcrack.c:199: error: ‘FILE’ undeclared (first use in this function)
rarcrack.c:199: error: ‘Pipe’ undeclared (first use in this function)
rarcrack.c:202: warning: incompatible implicit declaration of built-in function ‘sprintf’
rarcrack.c:206: error: ‘NULL’ undeclared (first use in this function)
rarcrack.c:207: warning: incompatible implicit declaration of built-in function ‘strcpy’
rarcrack.c:208: error: ‘finishedMutex’ undeclared (first use in this function)
rarcrack.c:210: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c: In function ‘crack_start’:
rarcrack.c:229: error: ‘pthread_t’ undeclared (first use in this function)
rarcrack.c:229: error: expected ‘;’ before ‘th’
rarcrack.c:232: error: ‘th’ undeclared (first use in this function)
rarcrack.c:232: error: ‘NULL’ undeclared (first use in this function)
rarcrack.c: In function ‘init’:
rarcrack.c:247: error: ‘FILE’ undeclared (first use in this function)
rarcrack.c:247: error: ‘totest’ undeclared (first use in this function)
rarcrack.c:250: error: ‘pwdMutex’ undeclared (first use in this function)
rarcrack.c:251: error: ‘finishedMutex’ undeclared (first use in this function)
rarcrack.c:253: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c:259: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c:271: warning: incompatible implicit declaration of built-in function ‘sscanf’
rarcrack.c:274: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c:278: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c:283: warning: incompatible implicit declaration of built-in function ‘sscanf’
rarcrack.c:286: warning: incompatible implicit declaration of built-in function ‘strcpy’
rarcrack.c:292: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c:296: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c:300: warning: incompatible implicit declaration of built-in function ‘strcpy’
rarcrack.c:306: warning: incompatible implicit declaration of built-in function ‘sprintf’
rarcrack.c:308: error: ‘NULL’ undeclared (first use in this function)
rarcrack.c:309: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c:317: warning: incompatible implicit declaration of built-in function ‘fscanf’
rarcrack.c:321: warning: incompatible implicit declaration of built-in function ‘strcpy’
rarcrack.c:326: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c:328: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c:339: warning: incompatible implicit declaration of built-in function ‘strlen’
rarcrack.c: In function ‘main’:
rarcrack.c:347: warning: incompatible implicit declaration of built-in function ‘printf’
rarcrack.c:351: error: ‘status’ undeclared (first use in this function)
rarcrack.c:353: error: ‘pwdMutex’ undeclared (first use in this function)
rarcrack.c:354: error: ‘finishedMutex’ undeclared (first use in this function)
rarcrack.c:355: error: ‘EXIT_SUCCESS’ undeclared (first use in this function)
make: *** [all] Error 1
Re: hjælp til rar adgangskode
du skal have installeret build-essential i ubuntu for at kunne compile.
#4
En god ide er at poste
En god ide er at poste den slag beskeder på http://pastebin.com/ eller ligne site, ellers kan det sku hurtigt blive nogle lange tråde..
#5
kristoffer@kristoffer-desk
kristoffer@kristoffer-desktop:~/Desktop/rarcrack-0.2$ ./configure
bash: ./configure: No such file or directory
Re: hjælp til rar adgangskode
Re: hjælp til rar adgangskode
/bin/sh: xml2-config: not found
Måske du skal installere libxml2
hvis du bruger ubuntu så prøv libxml++2.6-dev