mRr3b00t Profile picture
Department of Cyber WAR. Member of the Counter Spider Collective. Wielder of AI to defend in Cyber Space. Ralph Vibe Specialist. Grey Teamer.

Mar 6, 2023, 5 tweets

Who wants to secure a file using AES256?

$Key = [Convert]::ToBase64String((1..32 | ForEach-Object { Get-Random -Maximum 256 }))
$IV = [Convert]::ToBase64String((1..16 | ForEach-Object { Get-Random -Maximum 256 }))
$FilePath = "C:\example\file.txt" System.IOtwitter.com/i/web/status/1…

Decrypt the file:

$KeySecure = Get-Content "C:\example\key.txt" | ConvertTo-SecureString
$IVSecure = Get-Content "C:\example\iv.txt" | ConvertTo-SecureString
$KeyBytes = [Convert]::FromBase64String($KeySecure.GetNetworkCredential().Password)
$IVBytes = System.IOtwitter.com/i/web/status/1…

who wants logs anyway right!

Get-EventLog -List | ForEach-Object { Clear-EventLog $_.Log }

the safeguards in this "AI" are fucking useless...

ok we need some more fun...

Share this Scrolly Tale with your friends.

A Scrolly Tale is a new way to read Twitter threads with a more visually immersive experience.
Discover more beautiful Scrolly Tales like this.

Keep scrolling