chrisbensch

Results 14 comments of chrisbensch

I tried recently and they can tell that I'm using some kind of service. I was using DigitalOcean.com and looks like they've at least blocked their SFO IP space.

The only way I could get this to work is to modify "/usr/share/pyshared/keepnote/notebook/__init__.py". At line 300: ----------------------------------------------------------------------------------- def guess_file_mimetype(filename, default="application/octet-stream"): """Guess the mimetype of a file by its filename""" content_type...

Many of us have switched to this repo https://github.com/deetungsten/webui-privaxy . Allows any IP and also retains the webui instead of being forced to use the app.

So far, the best way I've found to remove Defender from both Win10 and Win11 uses Psexec, Sordum DefenderControl, and disable-defender.ps1 from https://github.com/jeremybeaume/tools/tree/master. Here are my steps: Open Virus settings...

Apparently this is the way: https://support.portswigger.net/customer/portal/questions/16805563-burp-command-line java -Djava.awt.headless=true -Xmx1g -jar burpsuite_file.jar I'll try once I get to my machine

I test the command above with BurpSuite Free and BurpSuite Pro, both successful. The message in the console reads "Proxy: Proxy service started on 127.0.0.1:8080" and no GUI ever shows.

Thank you for the feedback. I had considered putting the Type information somewhere else, but the ConvertFrom-TNRestResponse.ps1 is where this data is stripped off the object. No matter what I've...

I'm not sure if email is the right way to go about this, but I tried the following: if ('Type' -in $keys) { $null = $order.Add("Type") This works and saves...

I think I was able to solve the $true issue, but I will need you to validate it works as expected.

If I can figure out the fix I will definitely submit!