Search found 30 matches

by falcon2424
Sun Dec 21, 2008 9:52 pm
Forum: Challenges Solved
Topic: Didactic Feedback Cipher Long 2
Replies: 22
Views: 2394

I also got the garbled text, though I'm not sure how endianess figures into this.

I basically broke the problem up into four sub-strings, and ran the cipher on each of those. The only trick was to make sure to carry a '1' where appropriate.
by falcon2424
Wed Oct 29, 2008 6:15 am
Forum: The Hacker's Server
Topic: hack my friend PC
Replies: 3
Views: 8079

Re: hack my friend PC

:) hi ................... one of my friend send me some important files to me but i want more data from my friend's computer and he didn't gave me that data. so i want to hack my friends computer 1: how to identify his computer 2:which trojan i used to hack this computer......................... 3:...
by falcon2424
Fri Oct 24, 2008 5:18 pm
Forum: The Hacker's Server
Topic: Internet Issues
Replies: 4
Views: 7126

Re: Internet Issues

I have a question that I seek advice from you guy. If you are to be in a situation when you say something that it cause a misunderstood to the viewers and you apologize to the viewer. Even though the viewer keep that up and spread a bias about you to other people and it affect how you do things on ...
by falcon2424
Thu Oct 23, 2008 4:34 am
Forum: Challenges Solved
Topic: One Minute Man
Replies: 39
Views: 10356

I just had a cron job "wget filelocation" from a temp directory.

Then I just had to ls -al in the directory, and looked for the file with the different filesize.
by falcon2424
Wed Oct 22, 2008 10:23 pm
Forum: Challenges
Topic: Didactic Scrambled Egg Cipher
Replies: 22
Views: 31627

I don't know if figuring this out is part of the challenge, but how are you defining the << and >> operators? I'm assuming that they're just left and right shifts, where zeros are inserted when new bits are required, but I want to double check. (Wiki says that '>>' is implementation defined)
by falcon2424
Wed Oct 22, 2008 9:53 pm
Forum: The Hacker's Server
Topic: How to break Admin Password
Replies: 11
Views: 12514

Kidding, don't do that. Instead, ask yourself a question, why do you need the admin pass? What is to be gained by doing something potentially unlawful? If you are just wanting to learn "to hack", you don't really need to run out and hijack somebodies server, and if you really just feel th...
by falcon2424
Sun Sep 23, 2007 5:18 pm
Forum: Runaway Robot Puzzle
Topic: Runaway Robot Puzzle
Replies: 47
Views: 122685

I'm kind of curious how other people solved this and got their algorithms to be so fast. I know that some of the key components of mine were a bit of pre-processing on the entire board to identify unreachable squares. Then I 'collapsed' the board for each of the possible legal ending points of a sin...
by falcon2424
Sun Sep 23, 2007 5:11 pm
Forum: The Hacker's Server
Topic: getting a password....other ways..
Replies: 15
Views: 22304

Re: passwords

1.like i don't wanna be annoying but can you go into more detail with man in middle attack 2.real hackers program own tools because if your like me you think the goverment puts spy ware in hacking programs you can get/buy 3.LIKE ZOMG!!!!! where can i get a tool to help man in middle A man in the mi...
by falcon2424
Fri Sep 21, 2007 12:22 am
Forum: The Hacker's Server
Topic: DOES ANY ONE HAS A TROJAN?????????????????????????
Replies: 20
Views: 26372

Re: better virus

koolpop0 wrote: ps i havent tested it.....gee wonder why huh?
You don't know how to use virtual machines?
by falcon2424
Fri Sep 21, 2007 12:19 am
Forum: The Hacker's Server
Topic: getting a password....other ways..
Replies: 15
Views: 22304

Of course there are other ways. There's a man-in-the-middle attack that you could pull with a proxy and an open router. Another way that a lot of passwords get compromised is when people like to re-use them on non-secure servers. Or, simply phishing. But, what kinds of passwords are you talking abou...
by falcon2424
Fri Sep 21, 2007 12:15 am
Forum: The Hacker's Server
Topic: FTP kool things
Replies: 5
Views: 10181

which ftp server are you trying to get at?

The 'ftp' protocol doesn't have any known holes that I'm aware of, so there's no general 'best' way. (If it did, they'd just get fixed)

http://www.cert.org/tech_tips/ftp_port_attacks.html
by falcon2424
Thu Sep 20, 2007 5:02 am
Forum: The Hacker's Server
Topic: Lessons for Newbies
Replies: 31
Views: 38108

Very close, you're just a step or two away. Running your text produces this: user@ubuntu:~$ perl hacker.pl Please enter file to be added to log. sudo chown -R username:username /path/to/dir/ going to execute the following command: cat sudo chown -R username:username /path/to/dir/ >> /dev/null cat: i...
by falcon2424
Tue Sep 18, 2007 11:26 pm
Forum: The Hacker's Server
Topic: Lessons for Newbies
Replies: 31
Views: 38108

Next Lesson

Ok, this lesson is intended to be done from a *nix computer of some kind. I've verified that it works on my ubuntu box. For those of you who don't have linux computers and want to play along, I'd recommend a boot disk. Ok, this file I've labeled "hacker.pl" #!/usr/bin/perl print "Plea...
by falcon2424
Mon Sep 17, 2007 6:20 am
Forum: The Hacker's Server
Topic: Lessons for Newbies
Replies: 31
Views: 38108

I'm in the process of writing my next little script. This one is going to be in Perl, so people who are interested might want to download perl if they don't already have it. The reason I'm using perl is that I find it to be a nice language that's a bit more approachable than C++, and I think it has ...
by falcon2424
Wed Sep 12, 2007 1:33 am
Forum: The Hacker's Server
Topic: what to do?
Replies: 5
Views: 11112

Hi aggelos. The short answer is no. Ubuntu will install itself completely and is a good (easy to set up) distro for a new person to use. The long answer is that your question is a bit strange. Here's an ok place to start learning what exactly linux is. http://www.linux.com/whatislinux/114354 http://...