Search results

  1. WILD

    Python How to start learning Python for ML from scratch

    Необходимые области Python для машинного обучения: Расширенная работа с библиотеками NumPy и Pandas для обработки данных. Визуализация данных с использованием Matplotlib и Seaborn. Основы линейной алгебры и статистики Библиотеки машинного обучения: scikit-learn, TensorFlow/Keras Учебный...
  2. WILD

    Article I can't make the right delay.

    Я разрабатываю игру в крестики-нолики. Когда игра заканчивается, я хочу, чтобы экран сначала очистился, а затем через секунду отобразилось сообщение «Вы выиграли!». Я использую функцию `.after()`, которая похожа на `time.sleep()`, но она приостанавливает весь процесс, а затем немедленно очищает...
  3. WILD

    A program for creating QR codes

    Здравствуйте, у меня возникла проблема при написании программы для создания QR-кодов на Python. Я застрял и хотел бы получить помощь от более знающих людей. Код приведён ниже. Журнал ошибок находится в отдельном файле. Python импорт qrcode из tkinter импортировать * root = Tk() def...
  4. WILD

    Telegram Data Analysis: Finding an Administrator and Tracking an ID

    You will learn how the digital identifier works in Telegram and why it remains unchanged even after changing the nickname. You will learn how to find a channel administrator by using reposts, mentions, post signatures, and change history. You will learn about tools and bots that help you find...
  5. WILD

    Android Pentesting 2025: Modern Methods and Tools for Ethical Hackers

    Do you know how long it takes a modern ethical hacker to bypass the protection of an Android app? In the past, it used to take 5 minutes with msfvenom. Today, it can take days or even be impossible. Google Play Protect has killed classic methods, and Android 13+ has turned mobile pentesting into...
  6. WILD

    By using our One Click FUD Apk Crypter you can encrypt your payloads easily within one click. Just upload your apk into our fud apk crypter and it giv

    FUD Apk Crypter Special Features: Daily Updates Fully undetectable Bypass Google Play Protect Fast, persistence and fully stable Unlimited virus app crypts within one month Bypass all antiviruses Long-lasting food Compatible with all android rats payload Works with all latest android devices...
  7. WILD

    Phishing links and websites: how to recognize them and avoid losing money

    Knowing the signs of phishing websites, emails, and links can save your money and accounts. Fraudsters have become adept at writing messages that perfectly mimic the official websites of banks, services, and companies. Therefore, a single careless click can be enough to expose your data to...
  8. WILD

    Mass Vulnerability Scanning

    Mass Vulnerability Scanning - Automatically identifies vulnerable Laravel/PHP websites Credential Harvesting Extracts database, email, and credits at scale API Automated Exploitation - Deploys RCE (Remote Code Execution) attacks without manual intervention Cloud Resource Theft - Generates and...
  9. WILD

    Red Team vs. the Factory: How to Safely Simulate Attacks on Critical Infrastructure (2)

    Planning engagement Scope and boundaries Okay, let's start with the fact that scope is your everything. At first glance, it seems that in IT Red Team, it's simple - you can attack a server, a network, maybe an end user at the workplace. But it's not that simple. It's not just about access, but...
  10. WILD

    Red Team vs. the Factory: How to Safely Simulate Attacks on Critical Infrastructure (1)

    If you think that Red Team is just about hacking and cracking, then you're wrong. And if you add critical infrastructure to the mix, it becomes even more complicated. It's not just about breaking in and getting away with it anymore. It's not just about data or access to the system - it's about...
  11. WILD

    Visual Component Library: View from the inside, uninstalling and installing components (2)

    TWinControl class properties: Brush - Determines the color and style of the window background fill. ClientOrigin - Screen coordinates of the upper-left corner of the component's client area. ClientRect - Size of the component's client area. ControlCount - Number of child components of this...
  12. WILD

    Visual Component Library: View from the inside, uninstalling and installing components

    1. Theoretical part. Getting acquainted with the Visual Component Library. 1.1. Purpose and structure of VCL. 1.2. VCL components. 1.3. VCL class hierarchy. 1.4. Component types. 1. Theoretical part. Getting acquainted with the Visual Component Library. 1.1. Purpose and structure of the...
  13. WILD

    Installing AsyncPro

    I'm using RAD Studio 10.2. Back in the day, when I was using the 4th Diller, I used AsyncPro to work with COM ports. Now, I need to communicate via a serial port again. I found AsyncPro on GETHUB for 10.3 (Rio) (if you're interested, I can provide a link). There's also an installation guide...
  14. WILD

    A short guide to working with the TCanvas class for beginners (3)

    Filling areas Now that we have learned to draw simple shapes and change their appearance, we will learn to fill (paint) areas on the canvas. Two functions are designed for this, these are the methods FillRect (TRect* Rect) and FloodFill (x,y, Color, Style). Now we will analyze these methods in...
  15. WILD

    A short guide to working with the TCanvas class for beginners (2)

    How to draw a square using the LineTo method Using the LineTo and MoveTo methods, you can draw not only simple lines, but also objects such as a rectangle or a square. The example below shows how this can be done: void __fastcall TForm1::Button1Click(TObject *Sender) {...
  16. WILD

    A short guide to working with the TCanvas class for beginners (1)

    Introduction Often on the forum there are questions about drawing this or that figure on the canvas, and also ask to give a list of all drawing functions, as they themselves do not understand anything in these Arc's, Chord's and other complex and incomprehensible figures. Therefore, I decided...
  17. WILD

    Interceptor classes

    Sometimes it becomes necessary to change the behavior of a particular VCL control, or add functionality to it. Of course, you can create a new component that inherits from the necessary one, add it to the palette and use it. But this is not always justified. Sometimes you need to change the...
  18. WILD

    Organizing a Restricted Software Package Repository on Linux

    In this article, I'd like to discuss how to organize a software package repository with limited access, using practical examples. Such a repository can be useful in various situations:If you have a test repository and its users are located far away, internet access to the repository is...
  19. WILD

    uto Craft 1.1.8: A web-based control panel for managing PCs and services without relying on Telegram.

    In my previous article, I discussed AutoCraft as an automation and remote control tool. Now the project has a dedicated web interface, and it's no longer just a "bot add-on," but a fully-fledged control panel that can be launched separately.See my previous article on Habr, where I discussed...
  20. WILD

    DEVLOG 5: Система World State

    Hello everyone!Today we're talking about the world state system—it allows for variability, remembering player decisions, and creating lines/responses based on flags.I was a bit surprised to learn about this system—in games, we usually see various systems with which the player interacts: various...
Top Bottom