Kali Linux

Pylirt : Python Linux Incident Response Toolkit

Pylirt application, it is aimed to accelerate the incident response processes by collecting information in Linux operating systems.

Features

Information is collected in the following contents.

  • /etc/passwd
  • cat /etc/group
  • cat /etc/sudoers
  • lastlog
  • cat /var/log/auth.log
  • uptime/proc/meminfo
  • ps aux
  • /etc/resolv.conf
  • /etc/hosts
  • iptables -L -v -n
  • find / -type f -size +512k -exec ls -lh {}/;
  • find / -mtime -1 -ls
  • ip a
  • netstat -nap
  • arp -a
  • echo $PATH

Installation

git clone https://github.com/anil-yelken/pylirt
cd pylirt
sudo pip3 install paramiko

Usage

The following information should be specified in the cred_list.txt file:

IP|Username|Password

sudo python3 plirt.py

R K

Recent Posts

How to Fix MyISAM Table Corruption in MySQL?

In MySQL Server 5.5 and earlier versions, the MyISAM was the default storage engine. So,…

1 day ago

Microsoft Authenticator Flaw Could Leak Login Codes

A newly disclosed vulnerability in Microsoft Authenticator could expose one time sign in codes or…

1 day ago

Modrinth – A Comprehensive Overview of Tools and Functions

Modrinth is a modern platform that’s rapidly changing the landscape of Minecraft modding, providing an…

2 days ago

BlackSanta Malware A Stealthy Threat Targeting Recruiters and HR Teams

A new, highly sophisticated malware campaign named BlackSanta has emerged, primarily targeting HR and recruitment…

2 days ago

Perplexity Launches Personal Computer Features

Perplexity has unveiled an exciting new feature, Personal Computer, which allows AI agents to seamlessly…

3 days ago

Cyberattack or Smoke and Mirrors? The Truth Behind the Alleged Dimona Nuclear Breach

In a recent cyber incident, a group named CARDINAL, associated with the label Russian Legion,…

3 days ago