httrack example.com -O ./example.com -N100 −%i0 -I0 --max-rate 0 --disable-security-limits --near -v
httrack example.com -O ./example.com-3 -N100 -I0 -N "%p/%n%[month].%t" --max-rate 0 --disable-security-limits --near -v
//código que representa a parte de comunicação... incluir ele no repo | |
//teste pro marcelo | |
#include <MemoryFree.h> | |
#include <SoftwareSerial.h> // import the serial library | |
#include <ArduinoJson.h> | |
#define JSONOBJECT_JSON_SIZE (JSON_OBJECT_SIZE(13)) | |
#define JSON_OUT_SIZE 128 //numero de chars do JSON | |
#define DELAY_MS 500 //mudei - era 250 |
Got PDF parser from https://blog.didierstevens.com/programs/pdf-tools/ - use Python 3.5. | |
I can't view the PDF... but it has some pictures and weights some megabytes. | |
Stream... encoding... compression... obfuscation... | |
Updating findings here and in my twitter (twitter.com/requeijaum). | |
Normally the installation of MySQL can be achieved with a single command, which executes a script provided by MacMiniVault :
bash <(curl -Ls http://git.io/eUx7rg)
However, at the time of writing the script is not compatible with OS X El Capitan (10.11)
An alternative to the aforementioned installation script is installing MySQL using Homebrew. This gist assumes you already have Homebrew installed, if not first read the article "Homebrew and El Capitan"
Make sure Homebrew has the latest formulae, so run brew update
first
[PenDriveMP] | |
IC Type=PS2251-07 | |
[Parameter Mark] | |
Parameter Type=F1_MP_21 | |
[Customize Info] | |
USB VID=0x0930 | |
USB PID=0x1400 | |
Inquiry Version=PMAP | |
[Configuration] | |
Hidden Size KB=1 |
//WYD2BOT, by Shepher (Kevin Kouketsu) | |
//https://github.com/kevinkouketsu/WYD2Bot/blob/master/WYD2Bot/Socket.cpp | |
//Análise do algoritmo de encriptação e decriptação de um pacote de rede (Winsock) | |
BOOL Server::AddMessage(char *pMsg, int Size) | |
{ | |
char temp[256]; | |