arty-hlr

Results 21 issues of arty-hlr

Hi, I used `pattern_create` with peda a lot, and I could redirect its output to a file for example, and run the program with that file as input, however, I...

Hi, When going through the Oilrig scenario, in step 3 the fsociety.dat is not uploaded to the control server after submitting the 102 command, here reproduced with a test file,...

Hi, We are encountering an issue running RDAT after publishing it with the given build script, or after publishing it with Visual Studio: ![Pasted image 20240314135752](https://github.com/center-for-threat-informed-defense/adversary_emulation_library/assets/38589602/c6983543-8dbe-4a43-a8ad-20c8eb4aa8b3) We tried debugging the...

When music off is chosen, the music continues playing, when music on is chosen then, it stops for a few seconds, then starts again. The sounds are not affected afaik.

Hi, A few years ago I made a pull request adding some QoL features, including being able to give an interface to listen on (https://github.com/mthbernardes/rsg/pull/13). I didn't check again until...

**Describe the bug** AdFind.zip that is downloaded for the emu plugin now requires a password **To Reproduce** Steps to reproduce the behavior: 1. ./download_payloads.sh **Expected behavior** All payloads are downloaded...

bug

Hello, While working on those LOL drivers, I noticed a few things: - several documentation files state that the VersionInfo strings come from the PE header, that is incorrect, as...

### URL https://python.langchain.com/api_reference/ollama/llms/langchain_ollama.llms.OllamaLLM.html#langchain_ollama.llms.OllamaLLM.num_predict ### Checklist - [x] I added a very descriptive title to this issue. - [x] I included a link to the documentation page I am referring to...

🤖:docs

See https://github.com/TheR1D/shell_gpt/issues/662 Proposed fix by checking if `delta` is not None and if so just continuing the for loop. Another option would be to add a try catch around the...

Using open-webui as backend, this is my config file: ``` CHAT_CACHE_PATH=/tmp/chat_cache CACHE_PATH=/tmp/cache CHAT_CACHE_LENGTH=100 CACHE_LENGTH=100 REQUEST_TIMEOUT=60 DEFAULT_MODEL=llama3.1:latest DEFAULT_COLOR=magenta ROLE_STORAGE_PATH=/home/peng/.config/shell_gpt/roles DEFAULT_EXECUTE_SHELL_CMD=false DISABLE_STREAMING=false CODE_THEME=dracula OPENAI_FUNCTIONS_PATH=/home/peng/.config/shell_gpt/functions OPENAI_USE_FUNCTIONS=false SHOW_FUNCTIONS_OUTPUT=false API_BASE_URL=http://XX.XX.XX.XX:3000/api PRETTIFY_MARKDOWN=true USE_LITELLM=false SHELL_INTERACTION=true OS_NAME=auto SHELL_NAME=auto...