|
|
1 год назад | |
|---|---|---|
| assets | 1 год назад | |
| .DS_Store | 1 год назад | |
| .gitattributes | 1 год назад | |
| CHANGELOG.md | 1 год назад | |
| LICENSE | 1 год назад | |
| README.md | 1 год назад | |
| app.c | 1 год назад | |
| app.png | 1 год назад | |
| application.fam | 1 год назад | |
| web_crawler_callback.h | 1 год назад | |
| web_crawler_e.h | 1 год назад | |
| web_crawler_free.h | 1 год назад | |
| web_crawler_i.h | 1 год назад | |
| web_crawler_storage.h | 1 год назад | |
| web_crawler_uart.h | 1 год назад |
Web Crawler is a custom application designed for the Flipper Zero device. This app allows users to configure and manage web crawling operations directly from their Flipper Zero.
Navigate to the Apps menu on your Flipper Zero, select GPIO, then scroll down and select Web Crawler.
Upon launching, you'll be presented with a submenu containing the following options:
Select Configure to enter the following parameters:
Use the Flipper Zero's navigation buttons to input and confirm your settings. Once configured, these settings will be saved and used for subsequent crawling operations.
Select Run from the main submenu to start the web crawling process. The app will:
Monitor the operation state displayed on the main screen to track progress.
After the crawling operation completes, navigate to the storage directory to access the received_data.txt file, which contains the crawled information.
Path (URL)
https://www.example.com/).SSID (Wi-Fi Network)
Password (Wi-Fi Network)
After entering the desired configuration parameters, the app automatically saves these settings and uses them during the web crawling process. You can update these settings at any time by navigating back to the Configure menu.
The Web Crawler app utilizes logging to help identify issues:
Connect your Flipper Zero to a computer and use a serial terminal to view these logs for detailed troubleshooting.
Happy Crawling! 🕷️