Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
pymozrepl는 Firefox MozREPL Add-on에 접근하기 위한 Python Interface를 제공합니다.
.. image:: https://pypip.in/version/mozrepl/badge.png?text=version :target: https://pypi.python.org/pypi/mozrepl/ :alt: Latest Version
.. image:: https://pypip.in/py_versions/mozrepl/badge.png :target: https://pypi.python.org/pypi/mozrepl/ :alt: Supported Python versions
.. image:: https://pypip.in/status/mozrepl/badge.png :target: https://pypi.python.org/pypi/mozrepl/ :alt: Development Status
.. image:: https://pypip.in/license/mozrepl/badge.png :target: https://pypi.python.org/pypi/mozrepl/ :alt: License
먼저, mozrepl Firefox Add-on을 addons.mozilla.org <https://addons.mozilla.org/en-US/firefox/addon/mozrepl/>
_ 로 부터 설치한뒤, 서버를 시작합니다.
.. code-block:: python
>>> import mozrepl
>>> repl = mozrepl.Mozrepl()
>>> repl.execute('window')
[object ChromeWindow] - {0: {...}, 1: {...}, 2: {...}, 3: {...}, 4: {...}, close: function() {...}, stop: function() {...}, ...}
>>> list(repl.execute(u'["a", 1, 2, 3, 4]'))
[u'a', 1, 2, 3, 4]
>>> repl.execute('content').document.title
u'pymozrepl \\u2014 mozrepl 0.1a8 documentation'
>>> import mozrepl.util
>>> for cookie in mozrepl.util.getCookiesFromHost(repl, '.cpan.org'):
... break
...
>>> cookie
Cookie(version=0, name=u'css', value ...
다음 문서를 참조 하십시오: http://pymozrepl.readthedocs.org/index.html.
changelog.rst <https://github.com/Thestars3/pymozrepl/blob/master/changelog.rst>
_ 문서를 참조하세요.
GPL v3 <https://github.com/Thestars3/pymozrepl/blob/master/COPYING>
_
오직 2.7 버전대에서만 사용 할 수 있습니다.
설치 <http://pymozrepl.readthedocs.org/installation.html>
_ 문서를 참조하십시오.
소스 코드는 다음 사이트에 올려져 있습니다: https://github.com/Thestars3/pymozrepl.
FAQs
Firefox MozREPL Add-on에 접근하기 위한 인터페이스를 제공합니다.
We found that mozrepl 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.