Forum Replies Created
- AuthorPosts
Diego Pérez
ParticipantHi!
For some reason you have added () in code line 19, remove them. And in general it would be a good practice to compare your code with Zaid’s code to make sure the syntax and indentation are correct.And the python 2 warning is normal, it is not an error. The python developers are just sending a message.
Greetings!
DiegoDiego Pérez
ParticipantHi!
Yeah, we have been busy but will check it soon, sorry for the inconvenience.
Greetings!
DiegoDiego Pérez
ParticipantYou’re welcome!
Greetings!
DiegoAugust 14, 2021 at 6:26 pm in reply to: How to change the keyboard layout on the metaspoitable VM #57636Diego Pérez
ParticipantHi!
Also try key combinations with shift, ctrl and alt. The character should be there.
Greetings!
DiegoDiego Pérez
ParticipantHi!
Unfortunately there’s no way to use VMware or Virtualbox with the M1 chip. The only solution is to use Parallels and the official kali release, check this video:
Hope it helps!
DiegoDiego Pérez
ParticipantHi!
We’ll check this to add the resource.
Greetings!
DiegoDiego Pérez
ParticipantHi!
Yes, just use a select query, for example:
select username,password from users;
Greetings!
DiegoAugust 12, 2021 at 7:15 pm in reply to: How to change the keyboard layout on the metaspoitable VM #57584Diego Pérez
ParticipantHi!
By default it has an english layout configuration, so I’ll suggest to serach for the desired character by pressing all the keys, and take notes of what is where.
Greetings!
DiegoDiego Pérez
ParticipantHi!
Yes, as mentioned in the lecture you have to install the needed drivers.According to the developer this can be used in mac as well, but you will also need the supported drivers installed. Check their main site to know which drivers to install:
But you need to check if your GPU is supported:
https://hashcat.net/forum/thread-919.html
Greetings!
DiegoAugust 10, 2021 at 5:47 pm in reply to: Remote File Inclusion Vulnerabilities – Discovery & Exploitation #57523Diego Pérez
ParticipantHi!
It works because it contains php code and the server is not restricting execution on any file type. So this will also depend on the configuration of the server but it’s something that is worth to try.Greetings!
DiegoDiego Pérez
ParticipantHi!
It seems like your GPU card is not compatible with hashcat, or it might be overheating. Did you install the needed drivers?Greetings!
DiegoAugust 9, 2021 at 5:29 pm in reply to: How to change the keyboard layout on the metaspoitable VM #57473Diego Pérez
ParticipantHi!
No, unfortunately it can’t be changed. Metasploitable is just a vulnerable machine, it is not intended for general or day to day use. The pipe character should be in the same key as backslash, just press shift.Greetings!
DiegoDiego Pérez
ParticipantHi!
That happens when the table contains many columns, in such case the only solution is to select just a few columns at a time.Greetings!
DiegoDiego Pérez
ParticipantHi!
Yeah, table_name is a column in TABLES table. Here is mysql’s information_schema documentation, take a look at it:
https://dev.mysql.com/doc/refman/8.0/en/information-schema.htmlGreetings!
DiegoDiego Pérez
ParticipantHi!
As mentioned you can use a,b,c,d,e or whatever you want. Using numbers is just easier.Greetings!
Diego- AuthorPosts