
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
A hackable CPython 3.6+ remote debugger designed for the Web and online IDE integration. Fork of IKPdb.
IKP3db is a Python 3 debugger. For Python 2 see the IKPdb project on github and pypi. https://github.com/audaxis/ikpdb
When it will be published, you will be able the latest stable version from pypi using:
.. code-block:: bash
$ pip3 install ikp3db
Installation from sources
Install using one of these:
.. code-block:: bash
$ pip3 install git+https://github.com/cmorisse/ikp3db.git@1.x#egg=ikp3db # 1.x is the branch name $ pip3 install git+https://github.com/cmorisse/ikp3db.git#egg=ikp3db # from master
IKP3db sources will be installed in ./ikp3db_src/ikp3db
Installation from sources to contribute
Git clone and install using one of these:
.. code-block:: bash
$ pip3 install --src ./ikp3db_src -e git+https://github.com/cmorisse/ikp3db.git@1.x#egg=ikp3db # 1.x is the branch name $ pip3 install --src ./ikp3db_src -e git+https://github.com/cmorisse/ikp3db.git#egg=ikp3db # from master
IKP3db sources will be installed in ./ikp3db_src/ikp3db
.. _getting-started:
Cloud9 is IKP3db debugger client reference implementation so head
to Cloud9 <https://c9.io/>
, create an account there then refer to the Getting
Started section of IKPdb documentation <https://ikpdb.readthedocs.io/>
.
IKP3db is the Python 3 version of IKPdb ; for now there is only one documentation.
CPython 3.6.x (CPython 3.10.x support added on 10/2023)
A C compiler (eg. python-dev Debian package, xcode tools on macOS).
IKP3db
is licensed under the MIT License.
See the License paragraph in the documentation.
Source code is available on github:
https://github.com/cmorisse/ikp3db
Issues are managed using Github's Issues Tracker.
FAQs
A hackable CPython 3.6+ remote debugger designed for the Web and online IDE integration. Fork of IKPdb.
We found that ikp3db 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.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.