Search found 89 matches

by SinistraD
Sat Jun 04, 2011 10:58 pm
Forum: The Hacker's Server
Topic: How to execute a program from USB disk without window.
Replies: 3
Views: 9928

Yeah, your right. But I think that's the only way.

Another trick would be to make the user execute your program, for example make it look like a folder. You can have unexpectedly good results by naming it after an actual folder and making the real folder invisible. Works like a charm.
by SinistraD
Tue May 24, 2011 9:10 pm
Forum: The Hacker's Server
Topic: London startup
Replies: 2
Views: 8627

I love how you believe that you will find elite coders willing to work for free, instead earning a bunch at the nearest business. Also, when you're trying to conquer hobbyists don't limit to a specific zone, you will most likely to get volunteers from far away then close to you, also try showing som...
by SinistraD
Tue May 24, 2011 9:04 pm
Forum: The Hacker's Server
Topic: How to execute a program from USB disk without window.
Replies: 3
Views: 9928

create an autorun inf file with the content: [autorun] open=path/myprogram.exe and implement myprogram without opening any window. In visual studio/c++ you can do that with a windows project, in c# also a windows project but remove Form.cs and the form creation from main.cs. This latter part is real...
by SinistraD
Sat Feb 05, 2011 10:25 pm
Forum: Challenges Solved
Topic: Pi Hates Nines
Replies: 26
Views: 3367

lol, Joeb27 rulz. And I thought SED was a good for nothing language. Thanks for proving me wrong.
by SinistraD
Sat Feb 05, 2011 9:30 pm
Forum: Challenges Solved
Topic: A Repeat of Pi
Replies: 21
Views: 1973

The text of this challenge is really ambiguous, at first I was searching (with great success and many time) for the longest repeated sequence like 111111. For the solution I used a map to search for the d length "word" with the maximum appearance. Every time I've ran the program changed th...
by SinistraD
Sat Feb 05, 2011 3:43 pm
Forum: Challenges Solved
Topic: UpCount
Replies: 28
Views: 2539

Wow, how many clever solution. My favorites are the solutions of Theino and dobluth. For me, I just did many of you have done, rewrite the recursion to a for loop.
by SinistraD
Sat Feb 05, 2011 3:28 pm
Forum: Challenges Solved
Topic: Steganographic
Replies: 11
Views: 1662

This is not the best stegano I've seen, at first I expected too much, then I've read the hint of already having the right tool on my computer, so I thought it's either some basic image manipulation or I should open the image with a text editor.
by SinistraD
Sat Feb 05, 2011 2:57 pm
Forum: Wormageddon
Topic: Wrong target version at sample worm-bots
Replies: 1
Views: 18562

Thanks, this was rly helpful
by SinistraD
Sat Feb 05, 2011 2:24 pm
Forum: The Hacker's Server
Topic: How Has Hacking Effected Your Life?
Replies: 12
Views: 18161

Re: How Has Hacking Effected Your Life?

(1) How has hacking enhanced or improved your life? Once there was a contest for a party, ppl could become members (meaning free entrance for every occasion) by playing games. The result was made based on lame online polls. Some of my acquaintances competed so I thought hacking the poll would help ...
by SinistraD
Sun Dec 13, 2009 6:35 pm
Forum: General
Topic: Quick script to hide these annoying spam posts
Replies: 6
Views: 29241

Didn't knew there's something like this. Thx a lot.
by SinistraD
Sun Dec 13, 2009 3:09 pm
Forum: General
Topic: Quick script to hide these annoying spam posts
Replies: 6
Views: 29241

It's hard to use a javascript, adding it manually. A firefox extension would do it, I heard there are JavaScript XUL converters, so it shouldn't be that much hard of a job. I can't say it for sure, I never used XUL before nor wrote firefox extensions.
by SinistraD
Sun Dec 13, 2009 2:20 pm
Forum: General
Topic: Quick script to hide these annoying spam posts
Replies: 6
Views: 29241

Re: Quick script to hide these annoying spam posts

Its quick and dirty, but seems to work for most of those posts :P http://userscripts.org/scripts/show/63606 Greetz, livinskull Nice but not the best solution. Not only the filtering method, but mostly the language used. A php post-data filter would be more efficient. And don't forget, as the system...
by SinistraD
Sun Oct 18, 2009 1:37 pm
Forum: The Hacker's Server
Topic: Why the website can not be seen?
Replies: 3
Views: 5940

Re: Why the website can not be seen?

Or you've seen that way. Maybe your bandwidth was the one that got filled, not the website's. Have you tried to access that site from another computer, with another Internet connection (with his own bandwidth)?
by SinistraD
Sun Oct 18, 2009 10:20 am
Forum: The Hacker's Server
Topic: Why the website can not be seen?
Replies: 3
Views: 5940

Re: Why the website can not be seen?

DoS is not something effective nowadays, not until you own a whole ISP service. But DDoS is much likely the case here.
by SinistraD
Sun Oct 18, 2009 10:14 am
Forum: Challenges
Topic: Hello World
Replies: 13
Views: 26338

Re: My program

Omg, you're such a retard, do you want to steal from others the challenging experience?