Glenn 'devalias' Grant
Glenn 'devalias' Grant
https://github.com/adityaks/sparty
Support using SharePoint Hacking Diggity dictionaries ### Reference links - http://www.stachliu.com/resources/tools/sharepoint-hacking-diggity-project/ - http://www.stachliu.com/dictionaries/SharePoint%20Google%20Queries%20-%2018MAR2012.txt
`````` [+]---------------------------------------------------------------! [+] checking exposed services in the frontpage/sharepoint directory! [+]-----------------------------------------------------------------! [+] (http://site.local/_vti_bin/Admin.asmx) - (404) [+] (http://site.local/_vti_bin/alerts.asmx) - (200) [+] (http://site.local/_vti_bin/dspsts.asmx) - (200) [+] (http://site.local/_vti_bin/forms.asmx) - (200) [+] (http://site.local/_vti_bin/Lists.asmx) -...
`python sparty_v_0.1.py -u http://site.local -a ntlm -d dump` ``` Traceback (most recent call last): File "sparty_v_0.1.py", line 777, in main() File "sparty_v_0.1.py", line 615, in main dump_credentials(target) File "sparty_v_0.1.py", line...
`python sparty_v_0.1.py -u http://site.local -a ntlm -e rpc_file_upload` ``` Traceback (most recent call last): File "sparty_v_0.1.py", line 777, in main() File "sparty_v_0.1.py", line 656, in main file_upload_check(target) File "sparty_v_0.1.py", line...
I wonder if it would make sense to separate out language support into separate modules. That way people could easily create new modules for all the weird and wonderful languages...
Currently it appears that all errors/warnings/etc show up in the red annotate block at the top of BK builds.  When a step (such as `eslint`) outputs warnings, it would...
Currently dependabot runs on a schedule, and by 'some magic' decides which of the outdated dependencies it will open a PR to update next. We tend to keep this limit...
First off, love the project and the work that's gone into it, SO useful. I've been working on a project recently where a binary file (dll) was read as UTF8,...