vdun

Results 12 comments of vdun

~/.atom/keymap.cson : `'.advanced-open-file atom-text-editor': 'right': 'core:confirm'`

or create a folder named 'test' where it contains a test/run for each file and have a CI (travis, ...) for testing.

Yes it works, but I have to select the text first. The minor feature request is to automatically select the word under the cursor, and then apply the command.

1. I mean only fuzzing/bruteforcing the fields specified by '^USER^' and '^PASS^' in the raw request file. This would be an alternative to 'HTTP-FORM-GET, HTTP-FORM-POST, HTTP-GET, HTTP-HEAD, HTTP-POST, HTTP-PROXY, HTTPS-FORM-GET,...

By raw it is meant to loading a text file containing the full request and marked parameters inside ^USER^ and ^PASS^. "Complex" I mean you just simply dump the request...

Something like this : https://support.portswigger.net/customer/portal/articles/1964020-using-burp-to-brute-force-a-login-page

@vanhauser-thc: FYI: bletchley-http2py

old but still very useful.

thx. Here is an error: ``` # vbashell -h Traceback (most recent call last): File "/usr/bin/vbashell", line 11, in load_entry_point('vipermonkey==0.8', 'console_scripts', 'vbashell')() File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point return get_distribution(dist).load_entry_point(group,...

I tried with `ldapbrowse -h ldap.forumsys.com -b 'dc=example,dc=com'` and `jxplorer` using null binding and got results. I guess the filter `(objectClass=*)` should be included ?