Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/intezer/linux-explorer
OSINT (Open Source Intelligence)Memory ForensicsVulnerability AnalysisScripting & AutomationForensicsMalware AnalysisDigital ForensicsThreat IntelligenceIncident ResponseLog AnalysisArchived
GitHub
4055912 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
linux-explorer — Easy-to-use live forensics toolbox for Linux endpoints | Kitploit
intezer/linux-explorer

linux-explorer

Easy-to-use live forensics toolbox for Linux endpoints

View Repository

This project is no longer maintained!

Linux Expl0rer

Easy-to-use live forensics toolbox for Linux endpoints written in Python & Flask.

Alt Text

Capabilities

ps

  • View full process list
  • Inspect process memory map & fetch memory strings easly
  • Dump process memory in one click
  • Automatically search hash in public services
    • VirusTotal
    • Intezer Analyze
    • AlienVault OTX
    • MalShare

users

  • users list

find

  • Search for suspicious files by name/regex

netstat

  • Whois

logs

  • syslog
  • auth.log(user authentication log)
  • ufw.log(firewall log)
  • bash history

anti-rootkit

  • chkrootkit

yara

  • Scan a file or directory using YARA signatures by @Neo23x0
  • Scan a running process memory address space
  • Upload your own YARA signature

Requirements

  • Python 3.6

Installation

root@kitploit:~
wget https://github.com/intezer/linux-explorer/archive/master.zip -O master.zip
unzip master.zip
cd linux-explorer-master
./deploy.sh

Usage

  1. Start your browser
root@kitploit:~
firefox http://127.0.0.1:8080

Configure API keys (optional)

root@kitploit:~
nano config.py

Edit following lines:

root@kitploit:~
INTEZER_APIKEY = '<key>'
VT_APIKEY = '<key>'
OTX_APIKEY = '<key>'
MALSHARE_APIKEY = '<key>'

Notes

  • We recommend using NGINX reverse proxy with basic http auth & ssl for secure remote access
  • Tested with Ubuntu 16.04

Misc

  • "How to get a VirusTotal public API Key"
  • "To get an API Key for Intezer Analyze"
Download Tool