User Tools

Site Tools


morenews

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
morenews [2018/10/05 23:58] – Updated links to HTTPS and fixed a few mister_xmorenews [2021/07/05 23:41] – IRC channel moved to Libera Chat mister_x
Line 2: Line 2:
  
 ^Date^Title^Content^ ^Date^Title^Content^
 +^5 Jul 2021|Libera Chat|Due to the freenode debacle, we decided to move our IRC channel to [[https://libera.chat/|Libera Chat]]. The name of the channel is still the same as before: [[irc://irc.libera.chat/aircrack-ng|#aircrack-ng]].|
 +^25 Jan 2020|Aircrack-ng 1.6|This release brings a ton of improvements. Along with bug fixes and improvements for a lot of tools, we have huge improvements under the hood thanks to code cleanup, deduplication, and reorganization of the source code. We also improved our buildbot, and addedd integration tests. \\ \\ The most notable changes are in Airodump-ng, it now sees WPA3 and OWE. Its rates now takes into account 802.11n/ac and aren't limited to 54Mbit anymore. It has PMKID detection, and basic UTF-8 support among other things. \\ \\ Many more details can be found in our [[https://aircrack-ng.blogspot.com/2020/01/aircrack-ng-16.html|blog post]].|
 +^09 Dec 2018|Aircrack-ng 1.5.2|Fourth and last release of the year. It is smaller than the previous one but we did want to release the fixes and improvements before the holidays so it will be available for Shmoocon next month in your favorite distro. Small issues were found in 1.5 and then in 1.5.1, which is why we ended up with 1.5.2. \\ \\ It brings fixes, a new feature and lots of improvements. More details in [[https://aircrack-ng.blogspot.com/2018/12/aircrack-ng-152.html|our blog post]].|
 +^07 Nov 2018|Blog post: Continuous Integration/Contious Delivery|We have been using a lot of different tools and fined tuned them to provide us better and better information which has contributed to increase code quality over time. [[https://aircrack-ng.blogspot.com/2018/11/continuous-integrationcontious-delivery.html|This blog post]] gives an overview of our current CI/CD infrastructure and some future improvements we are working on.|
 +^15 Oct 2018|Blog post: Using Qemu to run a Big Endian Debian system|[[https://wiki.wireshark.org/Development/LibpcapFileFormat|PCAP]], IVS and [[https://hashcat.net/wiki/doku.php?id=hccapx#detailed_structure|hashcat]] capture files contain headers that store timestamps and other fields as integer values. In most cases, we're dealing with the same [[https://en.wikipedia.org/wiki/Endianness|endianness]] (little), so this isn't too big of a deal but when a program needs to run on both big and little endian, values needs to be swapped to read the values as they were stored. \\ \\ We have quite a few buildbots to handle a lot of test cases and while we're taking care of swapping for endianness in most cases, [[https://github.com/aircrack-ng/aircrack-ng/issues/1968|one bug]] slipped through the net. This is a good opportunity to create a [[https://aircrack-ng.blogspot.com/2018/10/to-be-or-not-to-be-using-qemu-to-run.html|MIPS big endian system using QEMU and Debian]] as a guest so we can possibly use it later on as another buildbot.|
 +^8 Oct 2018|Blog post: Aircrack-ng packages|As mentioned in our [[https://aircrack-ng.blogspot.com/2018/09/aircrack-ng-14.html|1.4 release blog post]], we are now providing package repositories for a number of Linux distributions: Debian, Ubuntu, OpenSuse, Fedora, RHEL, CentOS and a few others. \\ \\ Getting this done for so many distributions (and multiple version of each) wasn't an easy feat but we're now automatically building packages for releases and, for the adventurous ones, each commit in our GitHub repository is packaged too, in a separate repository. Head to our [[https://aircrack-ng.blogspot.com/2018/10/aircrack-ng-packages.html|blog post]] for more details and how to use it. \\ \\ If you just want to install one of the repositories (git or release), head over to our [[https://packagecloud.io/aircrack-ng|PackageCloud.io repository]].|
 ^29 Sep 2018|Aircrack-ng 1.4|We're on a roll, this is the third release of the year. We are still focusing a lot on code quality, while fixing bugs, improving all around and adding features: \\ - PMKID cracking \\ - Cracking capture files with 802.11w \\ - Speed and memory usage improvement when loading (large) files with Aircrack-ng and Airdecap-ng \\ - Packages for Linux distributions and Windows \\ - CI/CD tweaks and improvements \\ - New tests \\ More details can be found in our [[https://aircrack-ng.blogspot.com/2018/09/aircrack-ng-14.html|blog post]].| ^29 Sep 2018|Aircrack-ng 1.4|We're on a roll, this is the third release of the year. We are still focusing a lot on code quality, while fixing bugs, improving all around and adding features: \\ - PMKID cracking \\ - Cracking capture files with 802.11w \\ - Speed and memory usage improvement when loading (large) files with Aircrack-ng and Airdecap-ng \\ - Packages for Linux distributions and Windows \\ - CI/CD tweaks and improvements \\ - New tests \\ More details can be found in our [[https://aircrack-ng.blogspot.com/2018/09/aircrack-ng-14.html|blog post]].|
 ^16 Sep 2018|Blog post: Debian and FreeBSD on QEMU with MMX-only CPU|A recent bug (and [[https://github.com/aircrack-ng/aircrack-ng/pull/1943|PR]]) was opened, aircrack-ng couldn't be built with MMX using a i586 toolchain. Finding computers without SSE2 nowadays is not easy and it is even harder to find a distribution that supports them. \\ In [[https://aircrack-ng.blogspot.com/2018/09/debian-and-freebsd-on-qemu-with-mmx.html|this blog post]], we use [[https://www.qemu.org/|qemu]] to emulate a Pentium 2 and a Pentium MMX and use distributions that still work on them to test the bug.| ^16 Sep 2018|Blog post: Debian and FreeBSD on QEMU with MMX-only CPU|A recent bug (and [[https://github.com/aircrack-ng/aircrack-ng/pull/1943|PR]]) was opened, aircrack-ng couldn't be built with MMX using a i586 toolchain. Finding computers without SSE2 nowadays is not easy and it is even harder to find a distribution that supports them. \\ In [[https://aircrack-ng.blogspot.com/2018/09/debian-and-freebsd-on-qemu-with-mmx.html|this blog post]], we use [[https://www.qemu.org/|qemu]] to emulate a Pentium 2 and a Pentium MMX and use distributions that still work on them to test the bug.|
Line 39: Line 45:
 ^29 May 2012|Forum virus details|I have been investigating that forum virus and you can find more details in the blog. I'll keep that blog up to date as I know more about it.\\ \\ To just summarize, it was uploaded through the forum on May 22 at 23h12 (11.12pm) GMT/UTC and I stopped the server on May 24, around 14h00 (2pm) when I got the notice about it. I'm really sorry if that piece of <del>shit</del>code caused any issue. Let me know if that happened. | ^29 May 2012|Forum virus details|I have been investigating that forum virus and you can find more details in the blog. I'll keep that blog up to date as I know more about it.\\ \\ To just summarize, it was uploaded through the forum on May 22 at 23h12 (11.12pm) GMT/UTC and I stopped the server on May 24, around 14h00 (2pm) when I got the notice about it. I'm really sorry if that piece of <del>shit</del>code caused any issue. Let me know if that happened. |
 ^24 May 2012|Forum virus|When checking my email this morning, I was told there was a virus on the forum, JS/Iframe.DK to be precise.\\ \\ For security reasons, I immediately shutted down the whole server when I got the email. It is not going to be back up before I know it is completely safe to use (and know what/how/when it happened). As far as I know, it probably happened between 6am and 2pm GMT today and I'm almost positive it is just one malicious forum post.\\ \\ Trac/Subversion is also down so if you need the latest revision from subversion, you can always download it from our nightly build server.\\ \\ I will keep you posted. I am really sorry for the inconvenience. | ^24 May 2012|Forum virus|When checking my email this morning, I was told there was a virus on the forum, JS/Iframe.DK to be precise.\\ \\ For security reasons, I immediately shutted down the whole server when I got the email. It is not going to be back up before I know it is completely safe to use (and know what/how/when it happened). As far as I know, it probably happened between 6am and 2pm GMT today and I'm almost positive it is just one malicious forum post.\\ \\ Trac/Subversion is also down so if you need the latest revision from subversion, you can always download it from our nightly build server.\\ \\ I will keep you posted. I am really sorry for the inconvenience. |
-^8 Apr 2012|Aircrack-ng in movies|I'm happy to see that Aircrack-ng is used in movies; a friend of mine send me that [[https://aircrack-ng.org/movies.html| screenshot]] this morning. Too bad they removed the beginning of the name but we can still recognize it easily and have a rough idea [[https://trac.aircrack-ng.org/changeset/1645|when it was shot]]. If you ever see it in any other movie, please [[https://aircrack-ng.org/contact.html|let me know]].\\ \\ By the way, the news on April 1st was an April fools'.|+^8 Apr 2012|Aircrack-ng in movies|I'm happy to see that Aircrack-ng is used in movies; a friend of mine send me that [[https://aircrack-ng.org/movies.html|screenshot]] this morning. Too bad they removed the beginning of the name but we can still recognize it easily and have a rough idea [[https://trac.aircrack-ng.org/changeset/1645|when it was shot]]. If you ever see it in any other movie, please [[https://aircrack-ng.org/contact.html|let me know]].\\ \\ By the way, the news on April 1st was an April fools'.|
 ^1 Apr 2012|WPA Flaw let us crack the PMK in a few minutes|Today we are very proud to announce the we found a flaw that let us crack WPA in just a few minutes no matter what the passphrase length is. You can find more details in the [[https://aircrack-ng.blogspot.com/2012/04/wpa-flaw-let-us-crack-pmk-in-few.html|blog]].| ^1 Apr 2012|WPA Flaw let us crack the PMK in a few minutes|Today we are very proud to announce the we found a flaw that let us crack WPA in just a few minutes no matter what the passphrase length is. You can find more details in the [[https://aircrack-ng.blogspot.com/2012/04/wpa-flaw-let-us-crack-pmk-in-few.html|blog]].|
 ^5 Feb 2012|Commercial support survey|We are going to also offer commercial support (besides other existing [[https://aircrack-ng.org/support.html|support options]]) and I'd like to ask you to take 5 minutes of your time to give your opinion in [[https://survey.aircrack-ng.org/index.php?sid=53792|this survey]] if you're interested in.\\ Do not hesitate to [[https://aircrack-ng.org/contact.html|contact]] me if you have any question about it.| ^5 Feb 2012|Commercial support survey|We are going to also offer commercial support (besides other existing [[https://aircrack-ng.org/support.html|support options]]) and I'd like to ask you to take 5 minutes of your time to give your opinion in [[https://survey.aircrack-ng.org/index.php?sid=53792|this survey]] if you're interested in.\\ Do not hesitate to [[https://aircrack-ng.org/contact.html|contact]] me if you have any question about it.|
morenews.txt · Last modified: 2023/01/16 20:02 by mister_x