
Security News
libxml2 Maintainer Ends Embargoed Vulnerability Reports, Citing Unsustainable Burden
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
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
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
Research
Security News
Socket investigates hidden protestware in npm packages that blocks user interaction and plays the Ukrainian anthem for Russian-language visitors.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.