https://github.com/simeononsecurity/anonupload
A PowerShell Module to Upload to anonfiles.com
https://github.com/simeononsecurity/anonupload
anonfile fileshare powershell powershell-module upload
Last synced: 10 months ago
JSON representation
A PowerShell Module to Upload to anonfiles.com
- Host: GitHub
- URL: https://github.com/simeononsecurity/anonupload
- Owner: simeononsecurity
- License: mit
- Created: 2020-11-10T07:27:15.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T23:06:26.000Z (over 1 year ago)
- Last Synced: 2025-04-23T05:59:59.185Z (10 months ago)
- Topics: anonfile, fileshare, powershell, powershell-module, upload
- Language: PowerShell
- Homepage: https://www.powershellgallery.com/packages/Upload-Anon/1.0
- Size: 34.2 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# AnonUpload
[](https://github.com/sponsors/simeononsecurity) [](https://github.com/simeononsecurity/AnonUpload/actions/workflows/virustotal.yml)
A PowerShell Module to Upload to [anonfiles.com](https://anonfiles.com/)
### Script Example
```ps
AnonUpload -File .\temp.txt
```
### How to install:
#### Manual:
1. Download from the [GitHub Repository](https://github.com/simeononsecurity/AnonUpload/archive/main.zip)
2. ```Import-Module .\AnonUpload.psm1```
#### PowerShell Gallery:
```powershell
Install-Module -Name AnonUpload -Force
Import-Module -Name AnonUpload -Force
```
##### How to Update from PowerShell Gallery:
```powershell
Update-Module -Name AnonUpload -Force
```
Explore the World of Cybersecurity
### Links:
- #### [github.com/simeononsecurity](https://github.com/simeononsecurity)
- #### [simeononsecurity.ch](https://simeononsecurity.ch)