Advertisement
TVT618

Kali Linux 2018.2 Release

May 2nd, 2018
497
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. This Kali release is the first to include the Linux 4.15 kernel, which includes the x86 and x64 fixes for the much-hyped Spectre and Meltdown vulnerabilities. It also includes much better support for AMD GPUs and support for AMD Secure Encrypted Virtualization, which allows for encrypting virtual machine memory such that even the hypervisor can’t access it.
  2.  
  3. Easier Metasploit Script Access
  4. If you spend any significant amount of time writing exploits, you are undoubtedly familiar with the various Metasploit scripts that are available, such as pattern_create, pattern_offset, nasm_shell, etc. You are likely also aware that all of these helpful scripts are tucked away under /usr/share/metasploit-framework/tools/exploit/, which makes them more than a little difficult to make use of. Fortunately, as of metasploit-framework_4.16.34-0kali2, you can now make use of all these scripts directly as we have included links to all of them in the PATH, each of them prepended with msf-.
  5.  
  6. root@kali:~# msf-
  7. msf-egghunter msf-java_deserializer msf-nasm_shell
  8. msf-exe2vba msf-jsobfu msf-pattern_create
  9. msf-exe2vbs msf-makeiplist msf-pattern_offset
  10. msf-find_badchars msf-md5_lookup msf-pdf2xdp
  11. msf-halflm_second msf-metasm_shell msf-virustotal
  12. msf-hmac_sha1_crack msf-msf_irb_shell
  13.  
  14. root@kali:~# msf-pattern_create -l 50 -s ABC,123
  15. A1A2A3B1B2B3C1C2C3A1A2A3B1B2B3C1C2C3A1A2A3B1B2B3C1
  16.  
  17. Package Updates
  18. In addition to the above changes, there have been updates to a number of applications including Bloodhound, Reaver, PixieWPS, Burp Suite, Hashcat, and more. Since there are far too many packages to include in a default ISO, to see the full list of changes, we encourage you to review the Kali Changelog.
  19.  
  20. Download Kali Linux 2018.2
  21. If you would like to check out this latest and greatest Kali release, you can find download links for ISOs and Torrents on the Kali Downloads page along with links to the Offensive Security virtual machine and ARM images, which have also been updated to 2018.2. If you already have a Kali installation you’re happy with, you can easily upgrade in place as follows.
  22.  
  23. root@kali:~# apt update && apt full-upgrade
  24.  
  25. As always, if you encounter any bugs at all, we implore you to open a report on our bug tracker. We can’t fix what we don’t know about.
  26.  
  27. What's new in Kali Linux 2018.2 ?
  28. New Tool Requests: Ropper v1.10.10 - Display info about files in different formats & find gadgets to build ROPs chains (sbrun)
  29.  
  30. Tool Upgrade:
  31. * Bloodhound v1.5.1 (sbrun)
  32. * OWASP JoomScan Project update (sbrun)
  33. * Update ExploitDB-Papers (g0tmi1k)
  34. * Update ExploitDB-Bin-Sploits (g0tmi1k)
  35. * hashcat v4.0.0 available (sbrun)
  36. * Update SecLists v1.3 (g0tmi1k)
  37. * burpsuite 1.7.32 available (sbrun)
  38. * Upgrade Burpsuite to 1.7.30 (sbrun)
  39. * reaver v1.6.4 released (muts)
  40. * pixiewps v1.4.2 released (sbrun)
  41.  
  42. Kali Package Bug
  43. * Dradis fails to run (sbrun) - resolved
  44. * jsql injection not working even update new version - resolved
  45. * Gnome NetworkManager OpenVPN immediately disconnecting (rhertzog) - resolved
  46. * inetsim pem key file is owned by root user - resolved
  47. * PROBLEM WITH INSTALLING XPLICO ON KALI LINUX (sbrun) - resolved
  48. * btscanner crashes with the "b" (brute force scan) option (sbrun) - resolved
  49. * arachni doesn't run with using sudo anymore - resolved
  50.  
  51. General Bug: Kali desktop theme background doesn't work for 2560x1600 resolutions (sbrun) - resolved
  52.  
  53. Kali Package Improvement
  54. * Make msfdb more verbose (g0tmi1k)
  55. * Update Usage Examples of wpscan (g0tmi1k)
  56. * Add Kali.Training to Firefox Bookmark (sbrun)
  57. * Make openvas-* more verbose (g0tmi1k)
  58. * Make beef-xss start/stop more verbose & menu updates (g0tmi1k)
  59. * Make xplico start/stop more verbose & menu updates (g0tmi1k)
  60. * Make dradis start/stop more verbose & menu updates (g0tmi1k)
  61. * Responder - Add ./Tools/* into $PATH (sbrun)
  62. * metasploit framework's pattern_create and offset (Add to $PATH) (g0tmi1k)
  63.  
  64. Read more
  65. * Kali Linux 2017.3 Release http://bit.ly/2zwblCE
  66. * Parrot Security OS 3.11 Release http://bit.ly/2GskEDs
  67.  
  68. From Kali Linux https://www.kali.org/news/kali-linux-2018-2-release/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement