Skip to content

Latest commit

 

History

History
43 lines (21 loc) · 1.18 KB

File metadata and controls

43 lines (21 loc) · 1.18 KB

Web Exploitation

Browsers

Chrome

In web exploitation, a beginner will probably rely heavily on Google Chrome developer tools, as well as several Chrome plugins. Some basic plugins to install are:

  • Chrome Developer Tools. Become familiar with them. You can reach them by right-clicking and choosing Inspect Element, as well as under View->Developer->Developer Tools. Note that developer tools are almost always more useful than viewing source.
  • Edit This Cookie for changing cookie data.

Firefox.

It is also handy to have firefox installed (We've also been told the 3d DOM view of FireFox is fun to look at.) . One particular plugin we use is the Tamper Data plugin. Tamper Data is a proxy that inserts itself between the user and web site, and allows one to change data sent to the server.

SQL Exploitation

sqlmap

burpsuite

webscarab

Intercept request and edit. Similar to burpsuite

wireshark and mac still sucks

  1. use cloushark and tcpdump native.
  2. Boot into linux
  3. Go and install the xquartz stuff.

vagrant

TODO

burpsuite