Skip to content

Powershell to pull daily pastes from pastebin and extract juicy content

Notifications You must be signed in to change notification settings

5l1v3r1/DailyPasteBin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

DailyPasteBin

Securethelogs.com

Pastebin is used by multiple people, including malicious parties. Dailypastebin.ps1 can help pull recent public pastes, display and extract anything of value in them.

If you wanted to add your own keywords, simply expand on line 103 "-or $contenturl -like "your keyword"

To Run

Either download and run locally or to run remotely, run:

powershell –nop –c “iex(New-Object Net.WebClient).DownloadString(‘https://raw.githubusercontent.com/securethelogs/DailyPasteBin/master/DailyPastebin.ps1’)”

About

Powershell to pull daily pastes from pastebin and extract juicy content

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%