
WARNING: apt does not have a stable CLI interface.

Well you are running the script as common user, please wait. When doing Web Application Penetration Tests, one tool dominates the desktops of most Security Consultants: Burp Suite Professional ( )./ _ )_ _ / _/_ _(_) /_

It has solid performance, a ton of features, and most importantly, extensibility. Users can add features for nearly every type of web technology out there. Here’s a short list of extensions, in no particular order, that we use on nearly every engagement in 2019. If you have used Burp Suite for any extended period of time, you will fall in love with being able to see everything that your browser is communicating to a web application. Trouble is, with some Burp Suite functions such as Scanner, Extender or Sequencer, the traffic is not visible within Burp Suite. It logs everything that Burp Suite sends. This comes in really handy when ensuring Scanner is still authenticated or ensuring Macros are working properly. How to use itįlow is easy to use, just install it and watch it proxy previously-hidden functions such as Active Scan.Ĭustomize what tools you see or don’t see by clicking the Filter bar at the top. Move flow down to the bottom of all your extensions like so:Įxtensions are used in the order they appear on that list and Flow may not log a particular extension if it is above that extension on the list. then re-sending the request to see if the low-level user can perform a privileged function.replacing privileged session tokens with a low-level user’s session tokens.Testing for authorization issues on a site is tedious. On an average site with 20-30 different administrative functions and a handful of different roles, this type of manual checking could take days. This plugin allows you to pop-in some session tokens and repeats each request it sees with those tokens. Log in as an unprivileged user and grab their session tokens. Put those values in Autorize and it will replace then and resend each request it sees with those tokens. Now all you have to do is browse the site as an administrator and perform privileged functions.
