Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
PyNuker_24.5.14.deb | 2024-05-14 | 22.7 kB | |
SHA512SUMS.sig | 2024-05-14 | 119 Bytes | |
PyNuker_24.5.14_x64.exe | 2024-05-14 | 8.8 MB | |
README.txt | 2024-05-14 | 1.1 kB | |
SHA512SUMS | 2024-05-14 | 457 Bytes | |
PyNuker_24.5.14.tar.xz | 2024-05-14 | 21.9 kB | |
Totals: 6 Items | 8.8 MB | 1 |
14 May 2024 Marcus Dean Adams (gerowen@pm.me) - Fixed the issue where using a hostname instead of an IP address would result in performing a DNS lookup for every packet sent, so instead of stressing out your target device, you would more than likely be launching a DoS attack against your DNS server, which could get you into trouble if you're using a public DNS server (most people do). Now targets are resolved to an IP address before continuing. - Switched from Py2exe to PyInstaller for compiling the Windows binary since Py2exe doesn't currently work with the latest versions of Python 3. - Minor change to the Readme to specify that Linux users need to run the .py file only if they didn't install the .deb package. - Clarification added to the Readme to tell people where files are placed if they install the program. - Removed date and version number from Readme. If it gets updated, I'll say so in this changelog; otherwise I have to update the Readme every time I make any change just to make sure the date/version matches.