OP 30 January, 2023 - 03:36 PM
I have found this VPN portal, apparently of BBVA, in a Textbin paste:
https://34.245.91.177
The person who posted this, explains that he/she tried to login using two leaked credentials, without success. I've just tried to logging in with those credentials and got the same results, obviously. After that, I started researching with the intention of getting more information. So, fist of all, I decided to use the inspect tool to see the webpage sourcecode. I was surprised when I saw a comment that, accidentaly, contains a FTP server IP.
I searched that IP on Shodan, to check if it's opened to the Internet, and in that case, also to see the banner. Once again, I was successful. The server was opened to the Internet and the banner, it appeared to be from an official BBVA service.
There was only one step left after that: try to connect to the FTP server. The easiest way was to start trying to connect with the leaked users of the Textbin paste. And... in the first attemp I got success!!
https://34.245.91.177
The person who posted this, explains that he/she tried to login using two leaked credentials, without success. I've just tried to logging in with those credentials and got the same results, obviously. After that, I started researching with the intention of getting more information. So, fist of all, I decided to use the inspect tool to see the webpage sourcecode. I was surprised when I saw a comment that, accidentaly, contains a FTP server IP.
Code:
<!-- ACCESO A FTP, QUITAR COMENTARIIO CUANDO ESTÉ OPERATIVO <div id="ftp"> <div> <p> <a href="34.252.181.236"></a></p></div></div> -->
I searched that IP on Shodan, to check if it's opened to the Internet, and in that case, also to see the banner. Once again, I was successful. The server was opened to the Internet and the banner, it appeared to be from an official BBVA service.
There was only one step left after that: try to connect to the FTP server. The easiest way was to start trying to connect with the leaked users of the Textbin paste. And... in the first attemp I got success!!
Code:
kali@kali:~$ ftp 34.252.181.236
Connected to 34.252.181.236
220-BBVA España Seguridad informática.
220-
220-Bienvenido a la RED BVP del BBVA España
220-
220-#####################
220-## USO RESTRINGIDO ##
220-#####################
220-
220-Si usted NO ES un usuario debidamente autorizado por la corporación BBVA no intente utilizar esta estación y acceder a la RED BPV.
220 Name (34.252.181.236:kali): ES349022
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>