Beagle Security Web Assessment

Find surface level vulnerabilities in your web applications.

Beagle Security Web Assessmentคืออะไร?

Beagle Security Web Assessment เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://beaglesecurity.com และคุณลักษณะหลักของมันคือ "Find surface level vulnerabilities in your web applications."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Beagle Security Web Assessment

ดาวน์โหลดไฟล์ส่วนขยาย Beagle Security Web Assessment ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Beagle Security's free website security assessment allows you to gain a preliminary understanding of your website's security posture. You can fix the issues by following the remediation procedures to improve your website's security.

Do you need an in-depth security assessment?

Beagle Security also offers an in-depth analysis of your website’s security to uncover all the latest vulnerabilities. With a coverage of 3000+ test cases, you can always be one step ahead of the bad actors.

Here's what you get with an in-depth security assessment

Technology agnostic solution

Beagle Security is technology and framework agnostic, giving you the complete flexibility to security test any web apps no matter how it is built. Legacy or the latest tech stack – the choice is yours.

Continuous security testing

Staying secure from the latest vulnerabilities can be a challenge when you rely on manual penetration testing. With Beagle Security, you can conduct periodic security tests with ease, either by scheduling them or running them in your CI/CD pipeline.

Find vulnerabilities behind login

Most of the critical functionalities in an application exist behind the login page. Running authenticated security tests allows you to make sure that most of the attack surface that exists on the authenticated pages are not left unattended.

Hunt down zero-days

Staying protected from zero days vulnerabilities used to be hard, but not anymore. You are backed by a dedicated team of security researchers that is always on the hunt for the latest zero-days and adding them to our vulnerability index.

Intelligence for your AppSec

Less false positives, support for multiple login authentication types, autonomously deciding attack scenarios - sounds too good to be true. That is what Beagle Security’s AI-powered core brings to the table.

Work with your tools

Beagle Security integrates with your bug tracking tools, communication apps and CI/CD pipeline tools, helping you to save time and focus on your priorities. Complete a one-time setup and experience a seamless application security workflow.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Beagle Security Web Assessment Beagle Security Web Assessment
ID mhcnioonhbmbiflkcmjoldnjnnbiifoe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/beagle-security-web-asses/mhcnioonhbmbiflkcmjoldnjnnbiifoe
คำอธิบาย Find surface level vulnerabilities in your web applications.
ขนาดไฟล์ 178 KB
จำนวนการติดตั้ง 459
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2022-12-01
วันที่เผยแพร่ 2022-11-04
คะแนน 4.94/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา https://beaglesecurity.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://beaglesecurity.com/free-website-security-assessment
URL หน้าช่วยเหลือ https://beaglesecurity.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://beaglesecurity.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0",
    "name": "Beagle Security Web Assessment",
    "description": "Find surface level vulnerabilities in your web applications.",
    "icons": {
        "48": "assets\/beagle-blue-48.png",
        "96": "assets\/beagle-blue-96.png"
    },
    "action": {
        "default_icon": {
            "16": "assets\/beagle-blue-16.png",
            "32": "assets\/beagle-blue-32.png"
        },
        "default_title": "Beagle Security Assessment",
        "default_popup": "popup.html",
        "theme_icons": [
            {
                "light": "assets\/beagle-white-16.png",
                "dark": "assets\/beagle-blue-16.png",
                "size": 16
            },
            {
                "light": "assets\/beagle-white-32.png",
                "dark": "assets\/beagle-blue-32.png",
                "size": 32
            }
        ]
    },
    "permissions": [
        "activeTab"
    ]
}