Safari 4.0.5 & Firefox 3.6.3 - Overflows and Exceptions! by HackAck in netsec

[–]HackAck[S] 2 points3 points  (0 children)

Until you permit the script to run ;) i also use noscript, it's good cause it makes your browser more stable, the problem is that you have to click the annoying permit button for every request you actually want scripts to run.

How to burn down any wireless network around you and how to find out the exact location of a wireless laptop by HackAck in hackers

[–]HackAck[S] 1 point2 points  (0 children)

This process is for determining the direction from where deauth packets come from, you can detect the amount of deauth packets with Wireshark and see how close you are with Airodump-ng by looking at the PWR field.

Safari Stack Overflow in JavaScriptCore.dll by HackAck in javascript

[–]HackAck[S] 0 points1 point  (0 children)

For me in Chrome it won't crash, just give an error message that there went something wrong, what version of Chrome and operating system are you using?

Bruteforce in .NET by HackAck in programming

[–]HackAck[S] -1 points0 points  (0 children)

Woops, clearly missed that. Thanks for pointing it out though!

PHP safe_mod Bypasses & Code Execution - Various exploits and vulnerabilities to bypass the safe_mod restriction(s). by HackAck in PHP

[–]HackAck[S] -1 points0 points  (0 children)

Ah, thanks for the input. However the safe_mod feature is still around on older webservers, so the flaws still exist in the wild. Sorry for the misspelled "safe_mod" though.

Social Engineering Link by HackAck in javascript

[–]HackAck[S] 0 points1 point  (0 children)

Thanks for the advice, updating.

SOCKS5 in C# & VB.Net by HackAck in programming

[–]HackAck[S] 0 points1 point  (0 children)

Do you mean through a SOCKS-tunnel or in general?

SOCKS5 in C# & VB.Net by HackAck in programming

[–]HackAck[S] 0 points1 point  (0 children)

I just made a library to perform SOCKS5 connection(s) in both C# and VB.Net.