webanalyzer
1.0.0
Web Analyzer คือ CLI การวิเคราะห์เว็บที่สร้างขึ้นโดยใช้ TypeScript เพื่อให้สามารถดึงข้อมูลเว็บไซต์ได้ทันทีโดยไม่ต้องใช้ GUI หรือการติดตั้งโดยบุคคลที่สามประเภทใดๆ ปัจจุบันอนุญาตให้มีการตรวจจับลิงก์ที่ใช้งานไม่ได้, การส่งออกและแยก JSON และ HTML, การรวบรวมข้อมูลเว็บไซต์ และอื่นๆ อีกมากมาย
อาร์กิวเมนต์ที่มีอยู่:
-h, --help "Help menu"
-u, --url <value> "Provide a URL for parsing broken links and collecting web info"
-f, --file "Save website data to a file in JSON format (default: report.json)"
-o, --output "Specify the name of the JSON or HTML file for extracted data (don't specify an extension)"
-v, --verbose "Output link information in a file and display the data in terminal"
-d, --debug "Debug logs (more in-depth information about the domain/tools being used)"
-w, --web "Saves website data to a file in HTML format (default: report.html)"
-b, --broken "Scans provided URL for broken links, returning a status code"
คุณเรียกใช้คำสั่งนี้เพื่อรวบรวมลิงก์ที่ใช้งานไม่ได้บนเว็บไซต์ของคุณและส่งออกเป็นไฟล์ JSON ได้
webanalyzer -u https://example.com -f -o example_report -b
หากคุณต้องการส่งออกซอร์สโค้ด HTML อย่างรวดเร็วแทน คุณสามารถเรียกใช้คำสั่งเดียวกันกับด้านบน แต่โดยรวมแฟล็ก -w
ไว้ด้วย:
webanalyzer -u https://example.com -f -o example_report -b -w
หมายเหตุ: ขึ้นอยู่กับระบบของคุณและวิธีติดตั้ง webanalyzer คุณอาจจำเป็นต้องใช้ npx
ควบคู่ไปกับยูทิลิตี้ CLI ในตัวอย่างด้านบน