Skip to content

Releases: Evilvir-us/MacAttack

v4.7.6

02 Jun 00:56

Choose a tag to compare

Accepted disolutionsFL's merge adding the prefix for Mutant Inferno Pro.

v4.7.5

01 Jun 09:57

Choose a tag to compare

Fixed the output file when VOD/Playlist is enabled by removing redundancy of reverting back from the grid format.

v4.7.4

20 May 01:28
7c2ff0b

Choose a tag to compare

Compiled with fix #35 by yuks
fixing a bug with the output file.

v4.7.3

18 Apr 02:18

Choose a tag to compare

V4.7.3
Implemented 2 requests


V4.7.2

  • Recompiled with an updated version of Python — Windows Defender is less suspicious now.
  • The program was being flagged as a HackTool:Win32/Tnega!MSR because it can be used in that way — it’s designed to query multiple proxies and IP addresses, which can resemble hacking tool behavior.
  • There are no viruses in this release, and there never were any viruses or data collection in any of the previous releases. The source code is available for verification.

However, it might trip some alarms:

  • It connects to multiple proxy sites simultaneously.
  • It sends out a high volume of rapid requests in a short time and focuses them on a single target.
  • It maintains active connections across a wide IP range.
  • It's compiled using PyInstaller (and antiviruses notoriously dislike PyInstaller executables).

This kind of behavior can look suspicious, like a DDoS or similar attack to antivirus or firewall systems.
Rest assured, it's not malicious — just aggressive.

v4.7.2

17 Apr 23:19

Choose a tag to compare

  • Recompiled with an updated version of Python — Windows Defender is less suspicious now.
  • The program was being flagged as a HackTool:Win32/Tnega!MSR because it can be used in that way — it’s designed to query multiple proxies and IP addresses, which can resemble hacking tool behavior.
  • There are no viruses in this release, and there never were any viruses or data collection in any of the previous releases. The source code is available for verification.

However, it might trip some alarms:

  • It connects to multiple proxy sites simultaneously.
  • It sends out a high volume of rapid requests in a short time and focuses them on a single target.
  • It maintains active connections across a wide IP range.
  • It's compiled using PyInstaller (and antiviruses notoriously dislike PyInstaller executables).

This kind of behavior can look suspicious, like a DDoS or similar attack to antivirus or firewall systems.
Rest assured, it's not malicious — just aggressive.

v4.7.1

13 Jan 19:08

Choose a tag to compare

Release Notes - v4.7.1
Fixes:

  • Resolved an issue where rate-limited proxies were not temporarily removed when the alternate method was enabled.
  • Removed the 403 error check, as certain portals may return a 403 error when an invalid MAC address is detected.

Release Notes - v4.7.0
New Speed Method in Proxies Tab

A new speed method has been introduced in the Proxies tab labeled "Alternate Speed Method". This method assigns a single thread to each proxy, ensuring that no single proxy is chosen multiple times consecutively. This improves performance compared to the previous random proxy selection per thread. I recommend using this new method instead of the speed slider for better results. The more proxies you have, the faster the process will run.

When adding to the proxies list while using this method, you will need to stop and restart the attack in order to utilize the new proxies.

v4.7.0

13 Jan 18:12

Choose a tag to compare

New Speed Method in Proxies Tab

A new speed method has been introduced in the Proxies tab labeled "Alternate Speed Method". This method assigns a single thread to each proxy, ensuring that no single proxy is chosen multiple times consecutively. This improves performance compared to the previous random proxy selection per thread. I recommend using this new method instead of the speed slider for better results. The more proxies you have, the faster the process will run.

When adding to the proxies list while using this method, you will need to stop and restart the attack in order to utilize the new proxies.

v4.6.9

13 Jan 05:32

Choose a tag to compare

  • New Feature: Random MAC address prefix option has been added.
  • Output: Added VOD List to the output options.
  • Bug Fix: Resolved an issue where the attack functionality failed after loading a playlist in the video player tab.

v4.6.8

07 Jan 04:05

Choose a tag to compare

New Feature Added:
A new Playlist/Genres output option has been added. When selected, and a MAC is found, this feature retrieves genres from the portal. In the program, the playlists are displayed in a grid format. In the output file, however, they are shown as a standard list.

v4.6.7

06 Jan 18:53

Choose a tag to compare

Removed URL head check due to different portals returning different codes.