What is Wireshark? A latest version of Wireshark has been released recently, Wireshark 3.6.1 with several fixes and new addons, and it’s a free open-source packet analyzer. Wireshark is the world’s most popular network protocol analyzer. It is used for troubleshooting, analysis, development and education. What’s New Bug Fixes The…
-
-
Copy as XMLHttpRequest BurpSuite Extension
The extension adds a context menu to BurpSuite that allows you to copy multiple requests as Javascript’s XmlHttpRequest, which simplifies PoC development when exploiting XSS. Installation download the latest JAR from releases or build manually add JAR to burpsuite using tabs: “Extender” -> “Extensions” -> “Add” Usage select one request…
-
Shocker – A tool to find and exploit servers vulnerable to Shellshock
Shocker is a tool to find and exploit servers vulnerable to Shellshock Released as open source by NCC Group Plc – https://www.nccgroup.trust/ Developed By: Tom Watson, tom [dot] watson [at] nccgroup [dot] trust https://github.com/nccgroup/shocker Help Text usage: shocker.py -h, --help show this help message and exit --Host HOST, -H HOST…
-
Climber – Check UNIX/Linux Systems For Privilege Escalation
Automated auditing tool to check UNIX/Linux systems misconfigurations which may allow local privilege escalation. Dependencies python >= 2.7 python-crypto python-mako python-paramiko Note Climber needs Exscript, a Python module and a template processor for automating network connections over protocols such as Telnet or SSH. https://github.com/knipknap/exscript This module is already included in…