У нас вы можете посмотреть бесплатно My Bug Bounty Approach ( Unauthenticated vs Authenticated Testing ) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video, i break down my bug bounty approach when testing web applications. I explain how i test unauthenticated surfaces first; what I look for, what matters, e.t.c. Then i move into authenticated testing. Unauthenticated testing is simply testing the application without authenticating into the application, meaning no account creation, no login, and no user context. Everything tested is accessible as a public user. Authenticated testing, on the other hand, starts after creating a user profile/account and logging in. This is where the application exposes user-specific functionality, state changes, and access controls; and where most high-impact bugs like IDOR, broken access control, and business logic flaws usually exist.