trueToastedCode
trueToastedCode
When creating a shell code profile for windows, it assumes that every machine has amd64. ``` sliver > profiles new --mtls 192.168.122.1 --format shellcode win-shellcode [*] Saved new implant profile...
AttributeError: 'ChromeOptions' object has no attribute 'headless' ``` driver = uc.Chrome(headless=False) driver.get("https://www.google.com") ``` it works when using ``` options = ChromeOptions() options.add_argument('--headless') ... options=options ```
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/1646
- necessary for arm64 build
``` lennard@MacBook-Air Dobby % python3 scripts/platform_builder.py --platform=macos --arch=all /Users/lennard/Desktop/Dobby/scripts/platform_builder.py:2: DeprecationWarning: 'pipes' is deprecated and slated for removal in Python 3.13 import pipes 2024-02-06 20:38:34,273 - INFO - project dir: /Users/lennard/Desktop/Dobby...
Can't find any documentation.
In my program, the target binary makes some server requests that fail with faked time.... it would be nice it was possible to set a delay for when the system...
``` $ which python3 /Users/lennard/miniconda3/bin/python3 $ python3 >>> from out import hi Traceback (most recent call last): File "", line 1, in File "/Users/lennard/PycharmProjects/hi/out/hi.py", line 17, in from . import...
``` from nsepy import get_history get_history(symbol='SBIN',s tart=date(2022, 1, 1), end=date(2022, 1, 2)) ``` ``` Traceback (most recent call last): File "/Users/lennard/PycharmProjects/myproj/data2.py", line 26, in df = get_latest_data(target_close) File "/Users/lennard/PycharmProjects/myproj/data2.py", line...
If the victim is in my own network, could I host it locally as well?