1337

Results 19 issues of 1337

I am working on a box that is vulnerable to CVE-2008-0166. Crowbar fails when iterating over a list of keys, but works when given the key directly. This issue relates...

``` PS C:\Windows\System32\spool\drivers\color> Invoke-Inveigh -ConsoleOutput Y -NBNS Y -mDNS Y -HTTPS Y -Proxy Y -NBNSTypes '00,20,03,1B,1C' -MachineAccounts Y Invoke-Inveigh : Cannot validate argument on parameter 'NBNSTypes'. The argument "00,20,03,1B,1C" does...

Using the command line options `PS C:\> Invoke-Inveigh -ConsoleOutput Y -NBNS Y -mDNS Y -HTTPS Y -Proxy Y -NBNSTypes 00,20,03,1B -MachineAccounts Y -EvadeRG N` Inveigh will still drop requests ```...

I am trying to use this exploit against a samba 3.5.11 server but it's not working out of the box. The writable share is called `/test` and this exploit is...

I have poshc2 .bin files I want to obfuscate with Phantom - no docs on how to do this and its not intuitive. Any help? like this `[>] Insert shell...

``` [+] MODULE DESCRIPTION: Inject and execute shellcode [>] Local process shellcode execution type: > Thread > APC [>] Remote process shellcode execution type: > ThreadExecutionHijack (TEH) > Processinject (PI)...

i run `python3 setup.py install` and then ``` asdasd@frickyou:~/etherscan$ python3 etherscan.py Traceback (most recent call last): File "etherscan.py", line 1, in from etherscan.contracts import Contract File "/home/asdasd/etherscan/etherscan.py", line 1, in...

There seems to be an issue with mysql-connector 2.1.4 ``` (venv) lou@frickyou:~/lou/React-Redux-Flask$ pip install -r requirements.txt Collecting alembic==0.8.7 (from -r requirements.txt (line 1)) Using cached https://files.pythonhosted.org/packages/46/16/77633a0de8b434b66e7d95ffff9606773ccb808ceb7e9528ac7daf3136a5/alembic-0.8.7.tar.gz Collecting bcrypt==3.1.0 (from -r...

Sorry if this is a newb question :D I am a sec student I am unable to get this to work with a non-staged payload, eg) `msfvenom -p windows/shell_reverse_tcp -f...

Following the README, folks will get errors. Here is a fix for requests.txt ``` click==6.7 Flask==1.0.0 Flask-Cors==3.0.3 itsdangerous==0.24 Jinja2>=2.10.1 MarkupSafe==1.0 six==1.11.0 Werkzeug==0.15.0 requests ```