4,352 reputation
3735
bio website adranos.com
location
age
visits member for 1 year, 1 month
seen yesterday
stats profile views 184


Mar
28
comment Can exploit vulnerability if program started with gdb, but segfaults if started without gdb
Glad you got there in the end, this is something I would like to read into a little more, as I have always been able to get around it quickly, I have never bothered looking into it. Perhaps one of the gurus such as @ThomasPornin could shed some light on debugger stack-addresses.
Mar
28
comment What is zero day?
If I found a new SQLi in a popular framework such as WordPress, I would refer to that as a 0day. But for some reason an SQLi in a one-off platform (such as a server-side API application) would not count in my mind, odd.
Mar
27
revised Can exploit vulnerability if program started with gdb, but segfaults if started without gdb
added 12 characters in body
Mar
27
answered Can exploit vulnerability if program started with gdb, but segfaults if started without gdb
Mar
27
comment Resources for building a network security curriculum
That sounds great! Looks like I'd better hurry up and finish it :)
Mar
27
comment Resources for building a network security curriculum
I will comment on here with a link to my VM when complete, whether you're still interested or not :P
Mar
27
comment Is it safe to suspend my computer if I'm using encrypted hard drive?
If you can access your files without typing in your encryption key, so can I.
Mar
27
comment How to open a .txt.enc file?
Your bash-fu is strong, whats this bit do? rc=$? if [ $rc -ne 0 -o ! -s outfile$cc.txt ];
Mar
26
comment Resources for building a network security curriculum
What is your timeline? I am working on a VM image for precisely this, should be ready in a month or two.
Mar
26
awarded  Benefactor
Mar
26
comment Giving privilege with validity in Windows 7
You might find better luck asking this on a Microsoft-user type forum, or just googling for tools. I would also point out that these types of measures are mostly ineffective against users with any tech-savvy. As usual, in IT security if your 'users' are your enemy, you're already in trouble -> parenting.stackexchange.com
Mar
26
comment How does Binding Images with Malicious Patches happen?
@void_in that just isn't correct I'm afraid, file exploits have been around for years and can exist in any file type, you just need a vulnerable reader. JPGs might be simple in comparison to the ever-exploited PDFs but the theory is much the same.
Mar
26
revised Using linux to combat windows flash drive malware?
deleted 2 characters in body
Mar
26
answered Using linux to combat windows flash drive malware?
Mar
25
reviewed Approve suggested edit on Has my network/computer been breached?
Mar
25
comment Parameters in output of password hashing function
While it might be intuitive that less information is more secure, these parameters have nothing to do with the security of the encryption and hiding them will only serve to give a false sense of protection, or worse divert attention away from hiding the important stuff - the passwords/keys.
Mar
25
accepted AMD64 overflows and null bytes
Mar
25
awarded  Cleanup
Mar
25
awarded  Promoter
Mar
25
revised AMD64 overflows and null bytes
edited tags