906 bytes added
, 08:31, 14 January 2019
== Install Burp Suite ==
(Only Linux)
* Create rra user
$ sudo adduser rra
* Add the following entries to /etc/hosts
<nowiki>127.0.0.1 portswigger.net
127.0.0.1 pro.portswigger.net
127.0.0.1 releases.portswigger.net
127.0.0.1 perfdata.portswigger.net</nowiki>
* Copy prefs.xml to /home/rra/.java/.userPrefs/burp/prefs.xml
* Block outgoing connections to the IP 54.246.133.196 (Make this rule persistent ej: [http://www.microhowto.info/howto/make_the_configuration_of_iptables_persistent_on_debian.html iptables-persistent]
$ sudo iptables -I OUTPUT -d 54.246.133.196 -j DROP
* Download [https://home.rra.lan/media/rrahomeapp/static/download/2019/01/11/BurpSuite.tar.gz BurpSuite.tar.gz] and extract the .jar file
* Run Burp Suite (-xmx to specify max RAM)
$ java -xmx2G -jar burpsuite_pro_v1.7.37.jar
* Recomended: Use Oracle Java JDK instead of OpenJDK
[[Category: Pentesting Tools]]