Interested in supporting me and gaining early access to the Web Security Academy videos when they're recorded? Consider buying my course: academy.ranakhalil.com/p/web-security-academy-video-series! ✨ ✨
@roastedChick3n Жыл бұрын
For the viewers who's wondering what's the datatype used in column1 and column3. The column1 is using int datatype, I think column1 is referring to id number of the product and for column3 it's using decimal datatype which is used in prices. You could try this SQLi attack: ' UNION select 1, ''a", 1.2-- This will evaluate to true because we identified the datatypes correctly.
@nishantdalvi947010 ай бұрын
We can UNION columns of different data types in majority of SQL databases like MySQL, SQLite etc there are only few DBMS like Microsoft access and Db2 which doesn't gives Unioned columns output because those columns have different data types so can we assume that in this lab one of these two DBMS are taken in use ?
@mostafasayed278310 ай бұрын
جزاكى الله خيرا ونفعك وزادك من فضله فى الدنيا والاخرة بأذن الله
@damianhamilton46813 жыл бұрын
Great stuff! Well organized lesson pattern as usual, and the scripting work at the end is highly appreciated.
@hunt3razad3 жыл бұрын
Great tutorial thanks rana
@fusillator Жыл бұрын
Hi thanks for the fun videos, there's a little typo, if the lab is not already solved your code will always find the hardcoded string in the hint paragraph.. anyway a really easy fix is using the return code or searching for the error message inverting the match searching for 'Internal Server Error' not in r.text or using soup.find_all("th", string=stringa) as condition
@hackandmove3 жыл бұрын
Rana, thank you so much for these lessons. I hope you get to more of these long versions.
@sid0762263 жыл бұрын
super helpful tutorials Mrs. Rana.... looking forward to more portswigger lab solution videos by you!!
@ДмитрийКузнецов-я4д Жыл бұрын
This is truly gold, thanks a million
@md_daud2 жыл бұрын
Script time is very exciting
@tamilincognito92913 жыл бұрын
Your content also very useful. More videos upload we are support your videos
@cybersec-radar3 жыл бұрын
Very very helpfull.... Thanks alot
@sudipdutta93493 жыл бұрын
Very detailed video.I liked ur explanation...Keep uploading such contents👍👍
@rodrigoa.cascao1553 Жыл бұрын
Very good class!
@fairchild9able3 жыл бұрын
Great Job Bud ! :-)
@freeearning9842 жыл бұрын
thanks for tutorial
@sto2779 Жыл бұрын
Programming this was tricky and interesting (using C code)...
@panachaiboonyoo1553 Жыл бұрын
Great !!!!!!!
@randriamahandryrado9800 Жыл бұрын
Hi, first thank you for this great tuto. But i don't understand why you don't have to use URL encoded in the second request when finding thé column type ?
@nishantdalvi947010 ай бұрын
We can UNION columns of different data types in majority of SQL databases like MySQL, SQLite etc there are only few DBMS like Microsoft access and Db2 which doesn't gives Unioned columns output because those columns have different data types so can we assume that in this lab one of these two DBMS are taken in use ?
@tmeerkais71913 жыл бұрын
thank you it was helpful , but i get error everytime i try to run the program , but i guess this is not problem with the code , its just with my pc
@siemens_c659 ай бұрын
thanks for the video, but apparently something has changed on the site and now, even with an error of 500, there is a mention in the response body of the line that needs to be received and therefore the script says that it found the text in 1 column
@はてな-p3b6 ай бұрын
Hi, please refer to @fusillator 's comment. So, enter the following from line 28 if "Internal Server Error" not in res: if string.strip('\'') in res: return i Or, temporary workaround. First, set the web page to "solved". Then run the script.
@captainnitin962710 ай бұрын
In lab 4 I will get some error like an error occurred.we apologise for the inconvenience help me
@LeslieJheАй бұрын
I love your videos but you waste too much time going over what you did in the last video, maybe you are doing it to make your videos longer but it is indeed time wasting.