
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A server to store the contents of zip files as folders on the file system and expose an url to access the content.
A very thin web and api based file upload and destribution service.


iasur is copyright 2014 by DracoBlue http://dracoblue.net
Install from npm (global):
$ sudo npm install -g iasur
or local:
$ npm install iasur
You might fetch the latest version from git:
$ git clone https://github.com/DracoBlue/iasur.git iasur
$ cd iasur
$ npm install #to fetch dependencies
Initialize the server directory with:
$ mkdir project
$ cd project
$ iasur create
Initializing folder for iasur:
- folders: /home/you/project/folders/
- files: /home/you/project/files/
Done!
Serve folder with: /usr/local/bin/iasur serve http://127.0.0.1:1337/
and thens serve the directory:
$ iasur serve http://127.0.0.1:1337/
Server running at http://127.0.0.1:1337/
If you want to have a custom theme for your iasur server, run:
$ iasur enable-theming
Initializing ./views folder for iasur:
- ./views/_footer.twig
- ./views/_header.twig
- ./views/files.twig
- ./views/upload_files.twig
- ./views/upload_zip.twig
Done!
Now you can modify the files at ./views/{_header.twig,_footer.twig} to modify the header and footer.
That's it!
$ make test
Execute all Tests
- launched test server at http://127.0.0.1:32457 with pid 38995
Server running at http://127.0.0.1:32457/
- push 2 files (html)
- push zip file (html)
- push 2 files (json)
- push zip file (json)
- killed server at pid 38995
./views as local themeprocess.cwd() #1iasur is licensed under the terms of MIT.
FAQs
A server to store the contents of zip files as folders on the file system and expose an url to access the content.
We found that iasur demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.