Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/extensions/social_engineering/droppers/readme.txt
1154 views
1
This directory will contain the droppers (executables, JARs, browser extensions, etc..)
2
that you want to have available on the BeEF server.
3
4
For example, if you want to have bin.exe available at http://beefserver/bin.exe,
5
use the following RESTful API call:
6
7
curl -H "Content-Type: application/json; charset=UTF-8" -d
8
'{"mount":"/bin.exe", "local_file":"/extensions/social_engineering/droppers/bin.exe"}'
9
-X POST http://beefserver/api/server/bind?token=<token>
10