Arno0x

Results 10 comments of Arno0x

Voilà une configuration nginx qui semble fonctionner pour moi tout en protégeant les dossiers sensibles (en s'inspirant des .htaccess): ``` location /bozon/ { location ~ (uploads|private|thumbs) { deny all; }...

I'm feeling like a spoiled kid asking for free gifts :-) But thanks ! By the way, using other tools like pth-smbclient or Impacket smbclient.py against my SAMBA server works...

oups... part of my previous message was removed (doesn't like some characters). Was meant to say, some keystroke are displayed as "unknown scancode xx"

Hi, You don't necessarily have to set the "s=ip of your ec2 machine" since the client machine might not be able to reach your server directly. Try to just remove...

Are you using such an old system that it doesn't have .Net v4.5 ?

oh well, just remove the compression steps and the include of the compression Assembly, but I'm not sure this will be the only problem then...

This is actually quite simple: When you drag a file into the `embedInHTML.html`page, this file gets encrypted with a set of parameters, namely the encryption key and the initialization counter....

Oh I see, this is due to the `mimeTypeDict` hashtable in the `embedInHTML.py` file that simply doesn't contain a mime type definition for the apk extension. You just need to...

Get your point, this is indeed not the purpose of this tool. However it should be pretty easy to code something taking a list of credentials and create a set...

OK, I get your point: this is a valid scenario. However I don't know yet how to treat this case in a smart way. Marking this as "enhancement", will do...