Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools oft miss.
a console for managing a running Empty Epsilon game / server
early WIP
contributions (feedback, code, tests, issues) are welcomed!
npm i -g eetools
(requires an internet connection)
+ eetools@x.y.z
updated 1 package in 8.69s
(the latest version is now installed in your machine)
start an empty epsilon server with httpserver
option turned on (warning - this is an experimental feature). for example:
my-machine$ EmptyEpsilon httpserver=8081
run eetools from the command line, followed by host name and HTTP port number of the empty epsilon server. you will then enter the eetools prompt:
my-machine$ eetools localhost 8081
eetools:localhost:8081$
type help
to get a list of current capabilities, exit
to exit.
Lua mode allows you access to the running game's scripts API (the same capabilities as when writing a scenarios). warning - if you don't know how to read and write scripts, you would probably have a hard time getting value out of this mode.
to enter lua mode, run lua inside eetools
eetools:localhost:8081$ lua
Entering LUA Mode. To exit, type 'exit'
eetools:localhost:8081$ lua:
now type whatever lua expression you wish, and it will be executed in the game's live context.
run some basic lua expression
eetools:localhost:8081$ lua: 'hello' .. ' world'
hello world
print the player's ship hull and change it to some outrageous value
eetools:localhost:8081$ lua: getPlayerShip(-1):getHull()
250
eetools:localhost:8081$ lua: getPlayerShip(-1):setHull(123456)
you will notice that the hull of the first ship is now 123456 out of 250 total. how cool is that?
git clone git@github.com:CommaSword/eetools.git
nili
eetools
run npm install
from the comand lineeetools
run npm run build
from the comand lineeetools
run npm start
from the comand line to run the tools locally.
--
to add parameters to npm start
like so:my-machine$ npm start -- localhost 8081
FAQs
a console for empty epsilon
We found that eetools 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools oft miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.