
Research
/Security News
60 Malicious Ruby Gems Used in Targeted Credential Theft Campaign
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
- this only works on windows
the source is here there is also a version for linux, more specifically for ubuntu debian and mint.
open cmd, then:
win
+R
then type cmd
)> pip install rosehip
or you can install from GitHub:
> pip install git+https://github.com/donno2048/Rosehip-pypi
> curl.exe -o python3.exe https://www.python.org/ftp/python/3.8.3/python-3.8.3-amd64.exe --ssl-no-revoke -k
> python3.exe /quiet PrependPath=1
> del python3.exe
> pip install rosehip
to start just use:
>>> from Rosehip import pc as init
>>> init()
in the python command line
win
+R
then type python
)If you're using a laptop replace 'pc' with 'laptop' or just run:
rosehip
HOME
button to open the menu bar or FN
+LEFT_ARROW
if you don't have anyINSERT
button to open the painter
ALT
button to change the color of the brushCTRL
button to change the shape of the brushif you want to use it as an .iso you can run another code I wrote but it's currently having some issues, as specified is the README...
or you can either use the .iso builder for the linux version of Rosehip
if you want to create .exe version yourself you need to install cx_Freeze version 6.1 using pip install cx_Freeze==6.1
then change every os.path.realpath(__file__)
to sys.executable
you might need to use import sys
then in the directory of os.py run:
from cx_Freeze import Executable,setup
setup(name='Rosehip',options={'build_exe':{'packages':'requests,pygame,pygame_gui,pyttsx3,pywintypes,comtypes,keyboard,wheel,Js2Py,selenium,chromedriver_autoinstaller,html2text,cv2'.split(','),'include_files':['image.jpg',('musics','musics'),('images','images'),('apps','apps')]}},executables=[Executable('os.py',base='Win32GUI')])
FAQs
Reliable Operating System by Elisha Hollander Implemented Python
We found that rosehip 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
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.
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.