Hackers explotan #PyInstaller para implementar un infostealer indetectable para macOS
Hackers explotan #PyInstaller para implementar un infostealer indetectable para macOS
PyInstaller description, quickstart and drawbacks
https://www.glukhov.org/post/2025/01/pyinstaller/
#python #PyInstaller #devops_services
Today I managed to cobble up a #Python script to remove your name from #PDF annotations using #PyMuPDF and #FreeSimpleGUI, then I tried #pyinstaller and I have something that seems to run on Linux... so many steps!!!
It never ceases to amaze me how hard it its to provide software for other people to run!
If you think it could be useful to you or someone, I AGPL licensed it here:
https://github.com/villares/anonymize-pdf-annotations
UPDATE: @Introscopia built a Windows.exe version for me also using pyinstaller, yay!
upstream release broke the nightly due to some missing files in the #PyInstaller gather
been a while since I've had one of those!
@sirber though we don’t use ffmpeg, we do use #Python and #qt. We compile with #pyinstaller and the result is a regular standalone binary for our users.
Простая защита скрипта на Python
Стек : Python 3.11.7, ntplib, subprocess, getpass для времени, системы, пароля, PyArmor 8+ для обфускации. Сценарий: Разработано приложение, которое дает преимущество перед конкурентами, или ваш код содержит конфиденциальные данные. Приложение предстоит установить нескольким сотрудникам (можно увеличить количество немного изменив подход), при этом вы не планируете переносить часть логики на сервер. Возможны и другие сценарии, я описал наиболее на мой взгляд вероятный случай, когда такого рода защита может понадобиться. В данной статье я расскажу несколько способов, которые не дадут запустить приложение, где не следует, и скорее всего отобьют желание лишний раз лезть в ваш код.
@w4ffl35 at work we use #pyinstaller and have been happy with the results.
I want #pixi to build me a vent. I’ll use it in #pycharm to start but later #pyinstaller. Pixi wants to build things. It’s mad about A which can’t be built. It’s mad about my app, down inside B. Doesn’t like that my #pyprojecttoml is not at the top of B. Doesn’t like that my app can’t be built. My virtual environment has all the external packages it needs, but isn’t working in PyCharm because it doesn’t have any of the things I need from A.
My app _will_ be getting a repo of its own.
Once again praising the #PyInstaller devs for their work both technical and non-technical. It is awesome how quickly I got a response from an expert telling me which recent change caused the issue. And that pointer made it easy to write the patch.
I created an update to #icsquery for Windows cmd users. You can download ics-query.exe to check what is happening in .ics calendar files.
Releases: https://github.com/niccokunzmann/ics-query/releases
Documentation: https://github.com/niccokunzmann/ics-query#readme
Merged! Declaring a `hiddenimport` on a module with a hyphenated name should be possible again in the next release of #PyInstaller
In the meantime, if you are unlucky enough to be stuck with needing to support this (👋), you should avoid the 6.8.0 release
The #PyInstaller maintainers are so great, consistently responsive and helpful. Every issue or patch I have submitted to them has received thoughtful consideration, and they are responsive to their discussions forum as well to help users get their head around the tool's complicated user surface.
I did not expect a response to this report in mere minutes, but Brénainn Woodsend is already on top of it! :blobfoxheartcute:
#Reversing #PyInstaller, quick 6 step tip: https://www.youtube.com/shorts/ETvzwJo0Pa0
Reversing PyInstaller #python #pyinstaller #reverseengineering #shorts (Malware Analysis, News and Indicators - Latest topics) https://malware.news/t/reversing-pyinstaller-python-pyinstaller-reverseengineering-shorts/81811
pyinstallerでのpython-pptxのPackage not found at ..\pptx\templates\default.pptxへの対処
https://qiita.com/ssc-yshikeda/items/de529067db08304cdc59?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
eSentire described two incidents today:
Attack chains, IOC and Yara rules provided.
#threatintel #IOC #Xworm #phishing #SolarMarker #PyInstaller
Как мы выследили новую APT-группу, которая похищает пароли и передает их телеграм-ботам
При отслеживании киберугроз мы, специалисты экспертного центра безопасности Positive Technologies , в очередной раз засекли ранее неизвестную APT-группу. Хакеры орудуют в России, Беларуси, Казахстане и Армении, а также в Средней Азии (Узбекистане, Кыргызстане и Таджикистане). По нашим данным, от их атак пострадали организации в государственном и финансовом секторах, в сфере образования и медицины. Всего было скомпрометировано около 870 учетных записей сотрудников . На этот раз нас удивил почерк группировки, который можно описать как «сложно не значит лучше». Киберпреступники выделяются тем, что добиваются успеха, не прибегая к сложному инструментарию, сложным тактикам и техникам. Ознакомиться с полным отчетом, как обычно, можно Подключайтесь к расследованию
https://habr.com/ru/companies/pt/articles/805087/
#стилер #telegram #apt #расследование #учетные_данные #pyinstaller #кибергруппировки #cybercrime #государственные_учреждения #впо
I'm sure #pyoxidizer is great, but I've been trying to compile a #tkinter app with a few dependencies (numpy, pandas, scikit-image) and I've been hitting a wall nonstop 😭
I was already having issues with #pyinstaller, and I was hoping pyoxidizer would do some rust magic and fix my problems, but alas I'll have to either go back to debugging pyinstaller or try something new
Recommendations are welcome
Hi, let see if the collective wisdom of the fediverse can help me.
I'm building a GUI app in #python in macOS with #tkinter, and bundling it with #pyinstaller . When I execute it, it runs into some #matplotlib errors (something about not finding fonts and re-creating a FontManager) and it creates another process with the app. It keeps the old ones around, so it just accumulates window after window and it clogs my processes.
Does that sound familiar? Any tip?