Bastard CMD issue

can anyone help me to complete ■■■■■■■ Machine,
i followed tutorial IPPSEC and many other one to just run CMD but it failed,
so can anyone just give me a push to complete it?

Thanks

Hey, did you figure it out? I have the machine in the browser but cannot get an nc shell?? any ideas ?

Even I have the same issue !!! no exe is running !!!

#!/usr/bin/php
PHP Fatal error: Uncaught Error: Call to undefined function curl_init() in /root/Documents/■■■■■■■/41564.php:268
Stack trace:
#0 /■■■■■■■/41564.php(118): Browser->post(‘application/vnd…’, ‘a:2:{s:8:"usern…’)
#1 {main}
thrown in /■■■■■■■/41564.php on line 268

can any give me solution for this

have you try to install curl-php?
This library is required to execute this exploit

I have the same error. i have installed curl php and restarted the vm and kali.
I also tried msfconsole following walkthrough.

there seems to be so many incompatibilities with old boxes! :neutral:

Hi,

Can Any one help me, i am getting the below error
root@kali:~/Desktop/Exploit# php Drupal.php
PHP Fatal error: Uncaught Error: Call to undefined function curl_init() in /root/Desktop/Exploit/Drupal.php:247
Stack trace:
#0 /root/Desktop/Exploit/Drupal.php(97): Browser->post(‘application/vnd…’, ‘a:2:{s:8:"usern…’)
#1 {main}
thrown in /root/Desktop/Exploit/Drupal.php on line 247

I have install the curl php and i m still getting the same error

Did anyone find solution on this?

Any solutions ? I am facing the same issue. Installed php-curl, edited php.ini file. However, still I’m facing the same issue

To solve PHP Fatal error: Uncaught Error: Call to undefined function curl_init() . Investing 4 hours on googl, finally found solution & solved my same problem :-
(Ref for step 2:- php - How to enable php7 module in apache? - Stack Overflow)
1: apt-get install php-curl
2. install sudo apt install php libapache2-mod-php
sudo apt install php7.0-mbstring
sudo a2dismod mpm_event
sudo a2enmod mpm_prefork
service apache2 restart
3. a2enmod php7.* ( * your respective php version number will come here)
4. service apache2 restart
& finally run the php file, it will run successfully without any error

2 Likes