Information Gathering

With this tool you can gather intel on a website.

Information Gatheringคืออะไร?

Information Gathering เป็นส่วนขยายของ Chrome ที่พัฒนาโดย social และคุณลักษณะหลักของมันคือ "With this tool you can gather intel on a website."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Information Gathering

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

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

                        This tool will gather the following information from a domain: emails, subdomains, hosts, open ports and banners from different public sources like search engines, PGP key servers and SHODAN computer database.                    

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

ชื่อ Information Gathering Information Gathering
ID aiiopdojilknlomkphnodggabookccnh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/information-gathering/aiiopdojilknlomkphnodggabookccnh
คำอธิบาย With this tool you can gather intel on a website.
ขนาดไฟล์ 40.3 KB
จำนวนการติดตั้ง 1,080
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-01-01
วันที่เผยแพร่ 2016-01-01
คะแนน 2.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา social
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Information Gathering",
    "version": "1.0",
    "description": "With this tool you can gather intel on a website.",
    "minimum_chrome_version": "18",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}