Which better for encode php source code PHTML or ionCube?
I want to know which better for encode php source code PHTML or ionCube
Continue reading Which better for encode php source code PHTML or ionCube?
Collaborate Disseminate
I want to know which better for encode php source code PHTML or ionCube
Continue reading Which better for encode php source code PHTML or ionCube?
I am trying to write a shell insertion decoder (my encoder works as expected). But when I try to move one byte to the address inside a register i face a Segmentation fault.
The error happens in this line:
mov BYTE PTR [r… Continue reading Mov byte to addres inside a register
I’ve recently come across this blog post of a bug bounty hunter.
Apparently, a path traversal vulnerability was discovered, which looked like this:
http://help.example.com/@app/skin/views/%5c../%5c../%5c../%5c../%5c../%5c…. Continue reading Function of %5c.. in a path traversal
Hello folks of Security Stackexchange,
I have an application that escapes the following special characters.
& < > ” ‘
The application heavily displays HTTP request parameters throughout the application. The reque… Continue reading Is this filter safe enough to mitigate XSS?
I’ve read some time ago that htmlEncoding in javascript is a no-go. But that is the case when you first encode the data and then save it in db (for example). In this case, you only rely on javascript to do the encoding and i … Continue reading Is javascript HtmlEncode at output considered dangerous?
Basically, I’m considering to store an AES-Base64 encoded password into a hidden file, with a 600 permission, into a uncommon location of a Unix/Linux server.
That password would be used by an automaton in the crontab to con… Continue reading How safe is to store a AES encoded password into a file?
This question already has an answer here:
How to determine what type of encoding/encryption has been used?
8 answers
Whic… Continue reading Which type of encoding used? [duplicate]
I have a capture of some odd traffic. There are many packets which seem to have a payload with the same encoding. The binary data seems to be an ASCII representation of hex, and I can’t figure out how to go from there. I susp… Continue reading Odd network traffic: need help to find data payload. How can I find encoding of unknown binary data?
I found a site, using acunetix, with a POST form which is possible to see plain text files, basically it’s a directory traversal vulnerability, but the curious thing is that it only works when I add a “%00” in the end of the … Continue reading Directory traversal only works with URL-encoded "%00" char in the end
000-UVZnQ09TaDBuck5KYVBLYkFXSTA3cGZMSVdJRWNWemEvQ2ZCRHNmMktydDhEZUw2bGJHdDVBK0tITnc2NFlmMkxpTS9pT2VrWFo
000-rblU1dktSaHk1TEZFV2NyZXl4UE5iNE8vd2IyUlJTdkVOUDRWL1d2d0RPTXRjWmRvbUlXL1RIU2p2ZFVDa1NhSXJzZGJIbkUvc
000-3poYkxFak5yOUM… Continue reading What type of data serialization could it be? [on hold]