Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Aug 22nd, 2005, 10:25 PM   #11
ProjectX
Programmer
 
ProjectX's Avatar
 
Join Date: Feb 2005
Posts: 37
Rep Power: 0 ProjectX is on a distinguished road
yeah first of all the brute forcer isnt for me its for my friends. cause they think its that easy to hack and second I use exploits and social engineering.
ProjectX is offline   Reply With Quote
Old Aug 22nd, 2005, 11:12 PM   #12
iignotus
Professional Programmer
 
iignotus's Avatar
 
Join Date: Apr 2005
Location: Nowhere Special
Posts: 466
Rep Power: 4 iignotus is on a distinguished road
Send a message via AIM to iignotus
Quote:
and second I use exploits and social engineering.
ROFLMAO!!!! I'm actually rolling on this floor right here, laughing my ass off. What have you 'hacked' lately, then, there?
__________________
% rc4 hexkey < input > output
#define S ,t=s[i],s[i]=s[j],s[j]=t /* rc4 hexkey <file */
unsigned char k[256],s[256],i,j,t;main(c,v,e)char**v;{++v;while(++i)s[ 
i]=i;for(c=0;*(*v)++;k[c++]=e)sscanf((*v)++-1,"%2x",&e);while(j+=s[i]
+k[i%c]S,++i);for(j=0;c=~getchar();putchar(~c^s[t+=s[i]]))j+=s[++i]S;}
iignotus is offline   Reply With Quote
Old Aug 23rd, 2005, 7:48 AM   #13
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
Yeah, I found it rather amusing also. But then again, to each their own.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Aug 24th, 2005, 10:33 PM   #14
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Damn... I go away for a couple days and miss all the fun...
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Aug 25th, 2005, 7:03 PM   #15
Dngrsone
Newbie
 
Dngrsone's Avatar
 
Join Date: Aug 2005
Location: Centrally located far from everywhere
Posts: 1
Rep Power: 0 Dngrsone is on a distinguished road
Send a message via ICQ to Dngrsone Send a message via Yahoo to Dngrsone
Quote:
Originally Posted by ProjectX
yeah first of all the brute forcer isnt for me its for my friends. cause they think its that easy to hack and second I use exploits and social engineering.
Well, good for you. You know, I can tell you are extremely skilled at social engineering by the way you finessed the information you needed out of the people in this forum... I'll have to put "ProjectX" into my must be watched file.
Dngrsone is offline   Reply With Quote
Old Oct 24th, 2005, 12:03 AM   #16
Nebula
Hobbyist Programmer
 
Nebula's Avatar
 
Join Date: Oct 2005
Posts: 198
Rep Power: 3 Nebula is on a distinguished road
Send a message via AIM to Nebula
Quote:
yeah first of all the brute forcer isnt for me its for my friends. cause they think its that easy to hack and second I use exploits and social engineering
HEH
I love noobs, because no matter what they post, its easy to laugh at them.

Young grasshopper, when in doubt, ask Mr.Google.
__________________
When will Jesus bring the porkchops?
Nebula is offline   Reply With Quote
Old Oct 24th, 2005, 1:21 AM   #17
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 5 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
I love these "want to be hackers, and crackers" people that keep coming... in a few months the creative ones will just wish not to be bubba's bitch.
__________________

tempest is offline   Reply With Quote
Old Oct 18th, 2007, 10:28 AM   #18
casesensitive
Programmer
 
Join Date: Oct 2007
Posts: 41
Rep Power: 0 casesensitive is on a distinguished road
Re: Is this Perl

Quote:
Originally Posted by iignotus View Post
ROFLMAO!!!! I'm actually rolling on this floor right here, laughing my ass off. What have you 'hacked' lately, then, there?
perl Syntax (Toggle Plain Text)
  1. use Digest::MD4 md4_hex;
  2.  
  3. my $goal = '8c91a67ef3a47031ec08830327848826'; # hash to find
  4. my @chars = ( a..z, 0..9 ); # characters to use
  5. my $minlen = 1; # minimum length of string
  6. my $maxlen = 8; # maximum length of string
  7.  
  8. for ( $minlen..$maxlen ) {
  9. print 'Length: ', $_, "\n";
  10. &checkStrings($_);
  11. }
  12.  
  13. sub checkStrings {
  14. my ( $n, $s ) = ( (shift) - 1, shift );
  15. for ( @chars ) {
  16. if ( $n ) {
  17. checkStrings($n, $s . $_ );
  18. } else {
  19. print $s, $_, "\n" if md4_hex( $s . $_ ) eq $goal;
  20. }
  21. }
  22. }
casesensitive is offline   Reply With Quote
Old Oct 18th, 2007, 10:33 AM   #19
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
Re: Is this Perl

Did you realize this topic is about 2 years old?
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Oct 18th, 2007, 3:10 PM   #20
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Re: Is this Perl

It's really irritating, IR, to have old topics resurrected. To be fair, the forum transition has resulted in many old posts being marked as "unread". One merely has to check the date, but some of us (I for one) sometimes neglect to do that.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 2:26 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC