
Security News
MCP Steering Committee Launches Official MCP Registry in Preview
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Expose hardware info through HTTP.
Here are the instructions for a manual install on CentOS 7.
.. code-block:: bash
sudo groupadd dmidecode sudo useradd -M -G dmidecode peekaboo sudo tee -a /etc/sudoers.d/dmidecode << EOF >/dev/null %dmidecode ALL=(ALL) NOPASSWD:/usr/sbin/dmidecode EOF sudo yum install -y libselinux-utils redhat-lsb python-devel python-pip gcc sudo pip install peekaboo sudo cp /usr/share/peekaboo/contrib/peekaboo.service /usr/lib/systemd/system/peekaboo.service sudo systemctl enable peekaboo sudo systemctl start peekaboo
You can also install it using:
.. code-block:: bash
curl https://raw.githubusercontent.com/mickep76/peekaboo/master/setup_centos7.sh | sudo bash
You can quickly test it by running it inside a Docker container:
.. code-block:: bash
docker build -t peekaboo:latest .
.. code-block:: bash
docker run -d -p 5050:5050 --name=peekaboo peekaboo:latest
.. code-block:: bash
docker stop peekaboo
Query using YAML:
.. code-block:: bash
curl -i http://:5050/info curl -i http://:5050/info/tree curl -i http://:5050/status curl -i http://:5050/status/tree
Query using JSON:
.. code-block:: bash
curl -i -H "Accept: application/json" http://:5050/info curl -i -H "Accept: application/json" http://:5050/info/tree curl -i -H "Accept: application/json" http://:5050/status curl -i -H "Accept: application/json" http://:5050/status/tree
FAQs
Expose hardware info through HTTP
We found that peekaboo demonstrated a healthy version release cadence and project activity because the last version was released less than 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
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.