• Opret dig
  • Glemt adgangskode

User account menu

  • Artikler
  • Forside
  • Forum
  • Nyheder
  • Log ind
Hjem
LinuxIN.dk

Breadcrumb

  • Hjem
  • forums
  • hjælp til rar adgangskode

Snak med

Opret dig!

Af krizo | 22.07.2008 12:49

hjælp til rar adgangskode

Hjælp generelt
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?
  • Log ind eller opret dig for at tilføje kommentarer

Kommentarer9

# 1

16 år 11 måneder siden

Permalink

Indsendt af hunterkil den 22. juli 2008 kl. 13:03

Permalink

Hej!
en hurtig google

Hej!

en hurtig google søgning gav http://sourceforge.net/projects/rarbrute/ - søg videre selv..
  • Log ind eller opret dig for at tilføje kommentarer

# 2

16 år 11 måneder siden

Permalink

Indsendt af freex den 22. juli 2008 kl. 13:04

Permalink

Re: hjælp til rar adgangskode

Jeg har før haft held med dette lille værktøj

http://rarcrack.sourceforge.net/
  • Log ind eller opret dig for at tilføje kommentarer

# 3

16 år 11 måneder siden

Permalink

Indsendt af ringler den 22. juli 2008 kl. 13:06

Permalink

Re: hjælp til rar adgangskode

en lille søgning på google gav mig dette

http://sourceforge.net/projects/rarbrute/

ved ikke om det kan bruges :)
  • Log ind eller opret dig for at tilføje kommentarer

# 4

16 år 11 måneder siden

Permalink

Indsendt af krizo den 23. juli 2008 kl. 10:40

Permalink

Re: hjælp til rar adgangskode

Jeg kan ikke finde ud af at bruge rarbrute, der sker ikke en skid når jeg klikker på .sh filen.

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
  • Log ind eller opret dig for at tilføje kommentarer

# 5

16 år 11 måneder siden

Permalink

Indsendt af freex den 23. juli 2008 kl. 13:57

Permalink

Re: hjælp til rar adgangskode

Fik du ingen fejl da du køre ./configure ?
du skal have installeret build-essential i ubuntu for at kunne compile.
  • Log ind eller opret dig for at tilføje kommentarer

# 6

16 år 11 måneder siden

Permalink

Indsendt af tpct den 23. juli 2008 kl. 14:31

Permalink

#4
En god ide er at poste

#4
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..
  • Log ind eller opret dig for at tilføje kommentarer

# 7

16 år 11 måneder siden

Permalink

Indsendt af krizo den 23. juli 2008 kl. 15:39

Permalink

#5
kristoffer@kristoffer-desk

#5
kristoffer@kristoffer-desktop:~/Desktop/rarcrack-0.2$ ./configure
bash: ./configure: No such file or directory
  • Log ind eller opret dig for at tilføje kommentarer

# 8

16 år 11 måneder siden

Permalink

Indsendt af hunterkil den 23. juli 2008 kl. 21:13

Permalink

Re: hjælp til rar adgangskode

sh filen skal du køre på samme måde i terminalen.. altså ./program.sh
  • Log ind eller opret dig for at tilføje kommentarer

# 9

16 år 11 måneder siden

Permalink

Indsendt af tkjacobsen den 23. juli 2008 kl. 22:53

Permalink

Re: hjælp til rar adgangskode

gcc -pthread rarcrack.c `xml2-config --libs --cflags` -O2 -o rarcrack
/bin/sh: xml2-config: not found

Måske du skal installere libxml2

hvis du bruger ubuntu så prøv libxml++2.6-dev
  • Log ind eller opret dig for at tilføje kommentarer

Svar søges

llumos Unix-operativsystem, 0
Den er go 0
14. februar = I Love Free Software Day 0
Lokal fil-deling - for de dovne. 0
Linux fra begynder til professionel af O'Reilly 0

Seneste aktivitet

Privatbeskeder 5
BigLinux 5
Chatgpt satire 1
Læsning af databasefil i Firefox 2
Vanilla OS 15
Backup/synkronisering? 2
Pepsi Challenge 4
"Intet realistisk alternativ" - mig i r*ven 10
Linuxin er nu migreret til Drupal 11 13
Et Dansk alternativ til Facebook 18
Ingen Mint 3
Ekstern Blu-ray-brænder, der fungerer med PCLinuxOS 3
Københavns og Aarhus Kommune dropper MS 9
Open Source-eksperimentet 1
Microsoft og Google ud af de danske skoler 2
Udfordringer med lydin på Debian 12 1
ExplainingComputers? 2
Nextcloud på mobilen 1
Vil du have et sikrere og mere privat internet? Du skal blot installere Vivaldi-browseren med Proton VPN understøttelse! 1
Ny Linuxin på vej :) 43

© 2025 Linuxin og de respektive skribenter

Oprettet og drevet af nørder siden 2004 !