Hello everyone I think I have a pretty unique issue here with Webscarab. Downloaded it and installed fine on ubuntu w/ java -jar webscarab-installer-20070504-1631.jar (found on sourceforge) it's configured fine and it is monitoring traffic, but every time I try to manually edit an intercepted request it will pop up a hidden window w/ the request(you can see three dots in the bottom left of the image to indicate the main window and two others are open). The problem is I cannot open that window, I'll try to click on one of the 'edit requests' when i right click that button, but it won't open them. it just keeps showing me that manual edit page. I tried reinstalling didn't fix it. java version is 1.7.0_85. Please help!
1
There are 1 best solutions below
Related Questions in JVM
- JVM is functioning very differently with same flags
- Heap size issue on migrating from Solr 5.0.0 to Solr 5.1.0
- Can't open eclipse with Windows 7 (doesn't see jdk jde)
- Can I import java libraries in HP ALM without Microsoft Java Virtual Machine?
- resin project, jdk8 has a high cpu load ,but jdk7 not
- Using multiple JVM languages in the same project
- Practical case JVM tunning to avoid full GC
- why does buckminster not resolve my passed JVM argument?
- Where to patch back the information gathered during program analysis
- Java 8 , JCE Unlimited Strength Policy and SSL Handshake over TLS
- Does the JVM limit the number of threads an Executor can run?
- With Swift open sourced, what would it take to have it running on the JVM?
- JVM ClassUnloadingWithConcurrentMark flag
- Ruby RJB can't create Java VM error
- Exposing whether an application is undergoing GC via UDP
Related Questions in UBUNTU-14.04
- Uninstalling php 5.3 in ubuntu 14.04
- PostgreSQL VACUUM/CLUSTER/UPDATE disk at 100% but only 5MB/sec
- How to edit the xorg.conf
- GVM: Issue when installing GVM in Ubuntu 14.04
- Some weird error using Kivy 1.9.1
- php5enmod mcrypt with Puppet
- How to generate dynamic graph at runtime in amcharts..?
- scp between two virtual machines in virtualbox
- What is PREFIX IN make PREFIX=$HOME/usr/local/OpenBLAS?
- Keyboard issues with Android Studio on Ubuntu
- Linux: Pipe `find` text file list | `dos2unix` | `dd` command
- How to Stop Node.js on Ubuntu and log out without stopping
- Execute a shell file from anywhere
- Deploying Symfony1 project to a Linode with Ubuntu 14.04 shows blank screen
- Docker container returns "unknown" for "uname -p" command
Related Questions in WEBSCARAB
- Error while running local python script on a virtual environment (Google Colab)
- Webscarab and the latest Mozilla version 121
- how to categorize the out put file of the python scraping website with selenium
- c# inject text in to to fields in html page
- selenium doesn't want the website to get to the 3rd page
- how do i grab first link from out put
- WebScarab bean shell debug
- In Web_Scraping the list is returning empty list
- DataLayer with python
- Webscarab editing issue
- Unable to read document
- Crawl url, search and save results - no specific address
- WebGoat - web service SQL injection testing with Webscarab fails
- java CertPathValidatorException: Algorithm constraints check failed on signature algorithm: MD2withRSA
- Web scraping in python (.aspx)
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
OK, so not a direct answer, but is there any particular reason you are using Webscarab? That tool hasnt been updated for many years :/
Not too surprisingly I'd recommend you using OWASP ZAP: https://www.owasp.org/index.php/ZAP which is the most actively maintained open source web security tool.
Simon (ZAP Project Lead)