Forum Replies Created
- AuthorPosts
- Diego PérezModerator
Hi!
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érezModeratorHi!
Yeah, we have been busy but will check it soon, sorry for the inconvenience.
Greetings!
DiegoDiego PérezModeratorYou’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érezModeratorHi!
Also try key combinations with shift, ctrl and alt. The character should be there.
Greetings!
DiegoDiego PérezModeratorHi!
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érezModeratorHi!
We’ll check this to add the resource.
Greetings!
DiegoDiego PérezModeratorHi!
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érezModeratorHi!
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érezModeratorHi!
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érezModeratorHi!
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érezModeratorHi!
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érezModeratorHi!
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érezModeratorHi!
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érezModeratorHi!
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érezModeratorHi!
As mentioned you can use a,b,c,d,e or whatever you want. Using numbers is just easier.Greetings!
Diego - AuthorPosts