{"id":24532841,"url":"https://github.com/the-viper-one/invoke-powerincrease","last_synced_at":"2026-01-23T02:39:37.356Z","repository":{"id":249168407,"uuid":"830653941","full_name":"The-Viper-One/Invoke-PowerIncrease","owner":"The-Viper-One","description":"PowerShell port of SharpIncrease. Inflates binary files to aid in AV evasion","archived":false,"fork":false,"pushed_at":"2024-08-01T18:10:02.000Z","size":10,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T20:42:25.730Z","etag":null,"topics":["powershell","sharpincrease"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/The-Viper-One.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-07-18T17:40:26.000Z","updated_at":"2024-08-01T18:10:05.000Z","dependencies_parsed_at":"2024-07-18T23:56:45.168Z","dependency_job_id":"381d1d1b-7dd1-486f-b12e-dc9468d97850","html_url":"https://github.com/The-Viper-One/Invoke-PowerIncrease","commit_stats":null,"previous_names":["the-viper-one/invoke-powerincrease"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/The-Viper-One/Invoke-PowerIncrease","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Viper-One%2FInvoke-PowerIncrease","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Viper-One%2FInvoke-PowerIncrease/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Viper-One%2FInvoke-PowerIncrease/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Viper-One%2FInvoke-PowerIncrease/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/The-Viper-One","download_url":"https://codeload.github.com/The-Viper-One/Invoke-PowerIncrease/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Viper-One%2FInvoke-PowerIncrease/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28679137,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T01:00:35.747Z","status":"online","status_checked_at":"2026-01-23T02:00:08.296Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["powershell","sharpincrease"],"created_at":"2025-01-22T10:18:33.073Z","updated_at":"2026-01-23T02:39:37.341Z","avatar_url":"https://github.com/The-Viper-One.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Invoke-PowerIncrease\n\nPowerShell port of SharpIncrease: https://github.com/mertdas/SharpIncrease/tree/main\n\nAdversaries may use binary padding to add junk data and change the on-disk representation of malware. This can be done without affecting the functionality or behavior of a binary, but can increase the size of the binary beyond what some security tools are capable of handling due to file size limitations.\n\nBinary padding effectively changes the checksum of the file and can also be used to avoid hash-based blocklists and static anti-virus signatures.The padding used is commonly generated by a function to create junk data and then appended to the end or applied to sections of malware.Increasing the file size may decrease the effectiveness of certain tools and detection capabilities that are not designed or configured to scan large files. This may also reduce the likelihood of being collected for analysis. Public file scanning services, such as VirusTotal, limits the maximum size of an uploaded file to be analyzed\n\n\nhttps://attack.mitre.org/techniques/T1027/001/\n\n## Usage\n```Powershell\n# Load into memory\nIEX(New-Object System.Net.WebClient).DownloadString(\"https://raw.githubusercontent.com/The-Viper-One/Invoke-PowerIncrease/main/Invoke-PowerIncrease.ps1\")\n\n# Inflate a source file and write filestream to destination path\nInvoke-PowerIncrease -SourceFilePath \"$HOME\\buff.exe\" -TargetSizeMB 51 -DestinationFilePath \"$HOME\\buffnew.exe\"\n\n# Download from URL, inflate in memory before writing to disk\nInvoke-PowerIncrease -URL \"https://example.com/file.exe\" -TargetSizeMB 75 -DestinationFilePath \"$HOME\\buffnew.exe\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-viper-one%2Finvoke-powerincrease","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-viper-one%2Finvoke-powerincrease","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-viper-one%2Finvoke-powerincrease/lists"}