dimonik

Results 5 issues of dimonik

I wrote [kali-2017.01-bbb.img](https://images.offensive-security.com/arm-images/kali-2017.01-bbb.img.xz) to microSD card, inserted it into BeagleBoneBlack. Using FT232RL USBSerial board, i managed to connect to BeagleBoneBlack. The issue: BBB can't read from SD card, constantly fall...

If I do this ``` mStompClient = Stomp.over(WebSocket.class, endpoint); mStompClient.connect(); ``` and immediately following with ``` switch (lifecycleEvent.getType()) { case OPENED: mStompClient.send(stomp_p2p_channel, msg_body); ``` then message is sent successfully. If...

I installed ChatSecure v14.1.1-RC-5 on both devices: Nexus 7_2012 4.4.4 Nexus 5 5.1.1 both was connected to the same router, internet was present on both. But i wasn't able to...

BUG: TFT_RST_OFF defines incorrect register with ArduinoMega2560 how it is now: # define TFT_RST_OFF {DDRD |= 0x10;PORTD |= 0x10;} # define TFT_RST_ON {DDRD |= 0x10;PORTD &=~ 0x10;} how it should...

Speccy v0.0.80 MacOS 14.5 / M2 CPU Cant understand how to use US Keyboard to control the emulator. Only 'Esc' and 'Enter' keys are handled. Arrows doesn't work by default...