An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# AnonUpload

[![Sponsor](https://img.shields.io/badge/Sponsor-Click%20Here-ff69b4)](https://github.com/sponsors/simeononsecurity) [![VirusTotal Scan](https://github.com/simeononsecurity/AnonUpload/actions/workflows/virustotal.yml/badge.svg)](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




  SimeonOnSecurity Logo

### Links:
- #### [github.com/simeononsecurity](https://github.com/simeononsecurity)
- #### [simeononsecurity.ch](https://simeononsecurity.ch)