This forum is in archive mode. You will not be able to post new content.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - BrokenSyntax

Pages: [1]
1
Get a large usb stick and store tons of files on it. Images, music, text, anything. Then select a couple of them to be used as key files. This way (from my knowledge), if they firgure out that you're using key files, and that the keyfiles are stored on the usb, they would have to try all possible combinations of files.. And they don't even know how many of them are used.

2
Hacking and Security / Re: Need help in SQL
« on: November 14, 2013, 11:11:44 PM »
As mentioned by others I would strongly suggest that you learn some basics of sql injection. There's a lot of really good vulnerable by design web applications made for exactly this purpose. Another thing you should learn is filter evasion. Things like replacing 1 = 1 with 1 LIKE 1 etc.

When you run sqlmap I suggest you also add the verbosity (-v) option with at least value 3. This will print out all the queries and is really good for educational reasons. Dissect the queries and understand what each part is doing by reading about them in the database documentation. I've learned a lot about manual injections doing this.

Some vulnerable web applications:
- Damn Vulnerable Web Application (DVWA): http://www.dvwa.co.uk/
- Exploit KB Vulnerable Web App: http://exploit.co.il/projects/vuln-web-app/
- SQLi-Labs: https://github.com/Audi-1/sqli-labs
- Mutillidae: http://www.irongeek.com/i.php?page=mutillidae/mutillidae-deliberately-vulnerable-php-owasp-top-10

3
Hacking and Security / Re: Help with XSS quiz
« on: November 04, 2013, 08:50:02 PM »
I'm not going to give you the answer but I can give you a hint -> base64 <-

4
Found it on the Webs / Re: Various tutorial related websites
« on: November 04, 2013, 08:35:25 PM »
Thanks for the share. I really like learning about new sources for learning new things

5
Web Oriented Coding / Re: PHP - 99 Bottles of Beer Program
« on: October 26, 2013, 10:57:39 PM »
Code: [Select]
for ($i = 100; $i > 0; $i--) {
   echo sprintf('%1$d %3$s of beer on the wall, %1$d %3$s of beer.<br>Take one down and pass it around, %2$d %4$s of beer on the wall<br>', $i, ($i-1), ($i==1) ? 'bottle' : 'bottles', (($i-1)==1) ? 'bottle' : 'bottles');
}

This will, to my knowledge, fix the grammar in the last verse

Pages: [1]


Want to be here? Contact Ande, Factionwars or Kulverstukas on the forum or at IRC.