← All Kali Commands
🔬 Forensics Radare2

List exports

Radare2 command for list exports. Copy the command below and use it in your terminal.

radare2 — terminal
┌──(kali㉿kali)-[~]
└─$
r2> iE
Tool
Radare2
Category
Forensics
Purpose
List exports

🛡️ Usage Tips

  • Always ensure you have proper authorization before using Radare2 against any target
  • Replace target with the actual IP address or hostname you are testing
  • Run this command from a Kali Linux terminal or any system with Radare2 installed
  • Combine with other Radare2 commands for more comprehensive results
  • Pipe output to a file with > output.txt for later analysis

🔬 Other Forensics Tools