Skip to content

Instantly share code, notes, and snippets.

View peterhgombos's full-sized avatar
❄️
Freezing

Péter Gombos peterhgombos

❄️
Freezing
View GitHub Profile
@peterhgombos
peterhgombos / install_vmmon.sh
Created September 23, 2019 06:50
Fix vmmon for vmware on Fedora
#!/bin/bash
# VMWare doesn't support the latest kernels on Fedora, so if you like to run kernel updates when they come out,
# VMWare workstation would stop working. I haven't gone deep into the why this is, but I found the fix through
# a random forum comment[1]. In short, you have to download patches to vmmon from a github repo[2], build it and
# then install the patches. This script does it for VMWare Workstation 15.5.
#
#
# [1] https://communities.vmware.com/message/2864262#2864262
# [2] https://github.com/mkubecek/vmware-host-modules
He's building a CLR version of Meterpreter. Everything line of code on stream.
Huh? What is that?
CLR is the Common Language Runtime of .NET. Sort of like Java has the JVM, .NET has the CLR. OJ is currently writing it in C#, and targeting .NET 3.5 and 4.5.
No, I meant Meterpreter!
Meterpreter is a RAT (Remote Access Trojan) that is part of the Metasploit framework. It is commonly used by pentesters to test the security of their clients.

Keybase proof

I hereby claim:

  • I am peterhgombos on github.
  • I am petergombos (https://keybase.io/petergombos) on keybase.
  • I have a public key whose fingerprint is 2F8B EE61 959B B881 64FD 9D14 C8E8 2FA9 5E16 A2C3

To claim this, I am signing this object:

ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUabr2F7YWtwUzByQJuyqcgttcl0Ces4sWfGHgBUPG8cPTWW8VxqobS1+Dv1q7fdfMqgbQaMql8ZHCq+ybOG62K65xi8jEC3c9qBglTybq3RY+tCwJZGs0YZwFVdVrbKfl0Y5K9weUAzHLZJta6TDcC9q9KPtUE+N6YMMQwzDyDbXPz3MrmaSdLwopZl/WMv8xRWktQmuEQHX7SQyJJwFQxKe3vf3gBBp1WOwgoApMZaNxkm05DsRCbFuA6rjRzusf2u2HR0pjqKFjIIMRe4NQnEd3FkSreZ2YActOx8UAsQaK8EtqH0KdJfcDwD44xlg7L+ZdcvJcGENSg8DhO78l
@peterhgombos
peterhgombos / gist:7533784
Created November 18, 2013 19:26
Mapping of buses
line_t addr_line[9] = {
PORT(A, 12),
PORT(A, 13),
PORT(A, 14),
PORT(E, 0),
PORT(E, 1),
PORT(E, 2),
PORT(E, 3),
PORT(C, 1),
PORT(C, 7)
Error: IGDB connections design doc is probably missing in CouchDB
at ClientRequest.<anonymous> (/home/gombos/infogym/igdb/lib/couch.js:92:12)
at ClientRequest.EventEmitter.emit (events.js:95:17)
at HTTPParser.parserOnIncomingClient [as onIncoming] (http.js:1640:21)
at HTTPParser.parserOnHeadersComplete [as onHeadersComplete] (http.js:119:23)
at Socket.socketOnData [as ondata] (http.js:1535:20)
at TCP.onread (net.js:510:27)
Error: IGDB connections design doc is probably missing in CouchDB
at ClientRequest.<anonymous> (/home/gombos/infogym/igdb/lib/couch.js:92:12)
at ClientRequest.EventEmitter.emit (events.js:95:17)