TheTestTherapist
TheTestTherapist
  • 6
  • 59 551
Scan your Wordpress site against vulnerabilities using WP-Scan
In this video we are going to scan a Wordpress site against security vulnerabilities using WP-Scan
Links :
WPScan Github
============
github.com/wpscanteam/wpscan
Damn Vulnerable Wordpress
========================
github.com/vavkamil/dvwp
Docker Playground
================
labs.play-with-docker.com
Register to get WPscan token
========================
wpscan.com
#wordpress #securitytesting #wpscan #cybersecurity #kali #security #applicationsecurity #owasp
มุมมอง: 458

วีดีโอ

[First Look] Postman API Performance Testing Feature
มุมมอง 854ปีที่แล้ว
This is the first look at Postman API Performance Testing new feature , you can request your early access via the following link www.postman.com/lp/api-performance-testing/#how-to-get-started Swagger Pet Store petstore.swagger.io/ #api #testing #postman #performancetesting #new
SQL Injection Attacks Using OWASP Zap Fuzzer
มุมมอง 24K2 ปีที่แล้ว
SQL injection (SQLi) is a web security vulnerability that allows an attacker to interfere with the queries that an application makes to its database. It generally allows an attacker to view data that they are not normally able to retrieve. In this video we're going to attack OWASP Mutillidae using Zap Proxy Fuzzer. Links owasp.org/www-project-mutillidae-ii/ OWASP Zap www.zaproxy.org #owasp #sql...
GraphQL Performance Testing using Apache JMeter - A quick walkthrough
มุมมอง 4.7K2 ปีที่แล้ว
In this quick walkthrough I will show you how to do performance testing for GraphQL using Apache JMeter GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL queries access not just the properties of one resource but also smoothly follow references between them. Links SpaceX GraphQL API studio.apollographql.com/public/SpaceX-pxxbxen/hom...
Apache JMeter Non-GUI Mode - A quick Walkthrough
มุมมอง 8772 ปีที่แล้ว
Today, we will have a walkthrough of Apache JMeter Non-Gui mode. Why we may need a Non-GUI mode. 1- If you want to execute JMeter script from an OS without UI, like Linux and Unix 2- Is to use the least memory footprint for your test, it will help you have a more stable test and generate more virtual users. Commands MacOS : sh jmeter -n -t NonGuiTrial.jmx -l Test1.jtl Windows : jmeter -n -t Non...
API Security Testing With Postman & OWASP Zap - A quick walkthrough
มุมมอง 29K2 ปีที่แล้ว
Most of the content around API testing is about functional testing or recently about API automation testing , so what about Security Testing? We're going to use Postman and consume our existing collections. The idea is to send the Postman requests to OWASP Zap to be able to start automated pen-testing. Enjoy! Links VAmPI - The Vulnerable API github.com/erev0s/VAmPI Zap Proxy www.zaproxy.org/ St...

ความคิดเห็น

  • @asadhaider1961
    @asadhaider1961 20 วันที่ผ่านมา

    Thanks Bro, that was a informative tutorial.

  • @HanShengLai
    @HanShengLai หลายเดือนก่อน

    1:09 I found that in addition to FuzzDB Files , FuzzDB offensize also needs to be installed in order for fuzzDB->attack to appear.

    • @thetesttherapist
      @thetesttherapist หลายเดือนก่อน

      Sometimes in Windows fuzz db files can be marked as threat and deleted once added that's why it only appeared when you add fuzz db offensive as well , but in other platforms (linux or mac) you can add any of them. Thank you :)

  • @ajendra5415
    @ajendra5415 2 หลายเดือนก่อน

    Thank you very much for the tutorial. 🙏

  • @daveeed.13aviiid
    @daveeed.13aviiid 3 หลายเดือนก่อน

    thank you bro

  • @yogeswarisekar9019
    @yogeswarisekar9019 5 หลายเดือนก่อน

    Please post more tutorials on GraphQl performance testing using apache JMeter.

  • @moaidel-moatasembellah1729
    @moaidel-moatasembellah1729 6 หลายเดือนก่อน

    Thanks for sharing

  • @sathyanarayanansatzsathya
    @sathyanarayanansatzsathya 6 หลายเดือนก่อน

    Is thr any way to integrate this with existing selenium framework and run the scans in backend while ui testcases are being executed?

  • @PaulChege-sb5yt
    @PaulChege-sb5yt 7 หลายเดือนก่อน

    Thank you sir!

  • @Hiturion
    @Hiturion 7 หลายเดือนก่อน

    Great video. Thank you Sir!

  • @sayedmosalam
    @sayedmosalam 7 หลายเดือนก่อน

    Thanks a lot for you video, but if the api needs generated token to be able to use it is there authentication method like in the web app authenticated scan?

  • @KhalifamulyadiAbdulbari
    @KhalifamulyadiAbdulbari 8 หลายเดือนก่อน

    nice lesson thank you

  • @Joud3011
    @Joud3011 9 หลายเดือนก่อน

    how do i get the page that you enter the username in?

  • @anuragdubey8294
    @anuragdubey8294 9 หลายเดือนก่อน

    nice. it helped

  • @nirmaal2255
    @nirmaal2255 9 หลายเดือนก่อน

    how to find the unpublished api and how to do ai fuzzing

    • @thetesttherapist
      @thetesttherapist 9 หลายเดือนก่อน

      Spider can get you any folder under the domain under test , but for ai fuzzing i don’t know haven’t tried it before 🤷🏻

  • @devil1238100
    @devil1238100 10 หลายเดือนก่อน

    Hey , how to add the addon FuzzDB Files from market place , Could see FUZZDB files is available in market place but i am not able to add this addon, can you help me out in adding this?

    • @thetesttherapist
      @thetesttherapist 10 หลายเดือนก่อน

      Hey , if you are using Zap on Windows , sometimes it sees fuzz db files as a virus , try to add “FuzzDB Offensive” from the marketplace it should do the same job. Good luck!

    • @devil1238100
      @devil1238100 10 หลายเดือนก่อน

      @@thetesttherapist thanks for quick response , have one more query when i try to start Fuzzer it says "Some Fuzz locations do not have any payload set. At least one payload must be added to start the fuzzer" . I have added a payload using payloads option but still i could see this warning. How do i need to resolve this?

  • @dahuynguyenphuc6586
    @dahuynguyenphuc6586 10 หลายเดือนก่อน

    I just used owasp zap to check the website and there is an "Alerts" section. I want to get data directly from it, what should I do??

    • @thetesttherapist
      @thetesttherapist 10 หลายเดือนก่อน

      If by data you mean extract a report , here how you can generate a report 👇 From Report menu select generate report

  • @dedensetiawanchannel
    @dedensetiawanchannel ปีที่แล้ว

    I was just wondering how to use it with Postman and pentest to my apps. Thanks dude

    • @thetesttherapist
      @thetesttherapist ปีที่แล้ว

      You’re welcome! If you have any more questions or need further assistance, feel free to ask. Happy pentesting!

  • @chancellenawej6605
    @chancellenawej6605 ปีที่แล้ว

    Can you do it with ldap injection too?

    • @thetesttherapist
      @thetesttherapist ปีที่แล้ว

      You can find ldap injection under jbrofuzz

  • @daniyalirshad4815
    @daniyalirshad4815 ปีที่แล้ว

    If we are using register api, so then we would have to provide different emails for each request otherwise it will say user already exist. So how can I do that using graphql api ? I do want to check the performance by applying load.

    • @thetesttherapist
      @thetesttherapist ปีที่แล้ว

      Hi , you can provide different user input by using csv dataset config in JMeter , then each request will send a new user data

  • @sampadroutz
    @sampadroutz ปีที่แล้ว

    Just awesome! To the point, clear and concise. Thanks

    • @thetesttherapist
      @thetesttherapist ปีที่แล้ว

      Glad you liked it!

    • @sampadroutz
      @sampadroutz ปีที่แล้ว

      @@thetesttherapist can you please make more videos on how we can automate the zap security test using its scripting feature? It will be great to see that. Thanks a ton in advance.

  • @ManikantaGembali-ot1pu
    @ManikantaGembali-ot1pu ปีที่แล้ว

    Can you tell how to generate a sharable file for the details of alerts of a particular API ?

    • @thetesttherapist
      @thetesttherapist ปีที่แล้ว

      You can generate detailed report : Report -> generate Report -> From Template choose "Traditional HTML Report" This should display alerts with all details

  • @velliangirimurugesh
    @velliangirimurugesh ปีที่แล้ว

    Nicely explained.. Please help us to learn more functionality in owasp

  • @johnfaltermeier4529
    @johnfaltermeier4529 ปีที่แล้ว

    Your teaching style is clear and concise. Simply awesome!

  • @chidaruma_
    @chidaruma_ ปีที่แล้ว

    Nice to see some content of real value on yt

  • @berchil
    @berchil ปีที่แล้ว

    thank you

  • @PCB389
    @PCB389 ปีที่แล้ว

    Great, I was just wondering how to use it with Postman. Thanks.

  • @ashen_madhusanka
    @ashen_madhusanka ปีที่แล้ว

    thank u

  • @momenuthman5471
    @momenuthman5471 ปีที่แล้ว

    Thank you so much for the great effort. Loved the content quality and the smart way you conduct the knowledge to make it a piece of cake to digest 🙏👏👏❤️

  • @darthvarder-w6v
    @darthvarder-w6v 2 ปีที่แล้ว

    thank you. Pls continue making content