Bản mới https://mmo4me.com/threads/share-tool-duyet-web-theo-lenh.391337/
Chào các bác,
Rảnh rỗi không có việc gì làm nên code cái tool cùi bắp hi vọng nó sẽ có ích.
Cũng giống một số tool boot traffic khác thì nó dùng ssh/proxy để chạy.
Hướng dẫn sử dụng:
- Mở thư mục chứa tool sau đó vào thư mục Lizardon/Code/ mở các file .dv và sửa lại code, code mẫu:
[HD code: http://lizardwb.blogspot.com/]
- Các bác cần surf nhiều link thì tạo nhiều file .dv (tên file tùy ý) mỗi file để code surf link
- Chọn file ssh hay proxy (có thể ssh lẫn lộn proxy) kéo vào chỗ select Ssh/proxy file
định dạng file:
- Xong cả rồi thì nhấn Start
- Một số tùy chọn:
+Random: trộn file đầu vào
+Timeout: thời gian tối đa để kết nối ssh
+Max Threads: số lượng thread
Screenshot:
Check virus: https://www.virustotal.com/vi/url/8...d3a4721937ca365e14d24730/analysis/1476979943/
Link download: https://drive.google.com/file/d/0B_758coO9Hd9TTh6NEFaQ2dQMGM/view?usp=sharing
Update 22/10/2016
+ xử lý download
+ xem xpath của các phần tử
+ thêm một số hàm với 2captcha
link download: https://drive.google.com/file/d/0B_758coO9Hd9bUp6RzVYTldPbDQ/view?usp=sharing
HD: copy tất cả các file dán đè các file trong thư mục Lizardon của tool
Update 28/10/2016
+ thêm referrer
+ xem vị trí của phần tử
+ một số thứ nhỏ nhặt
Link download: https://drive.google.com/file/d/0B_758coO9Hd9cnY2U0FKWWUtc3M/view?usp=sharing
Link Update: https://drive.google.com/file/d/0B_758coO9Hd9cnY2U0FKWWUtc3M/view?usp=sharing
Chào các bác,
Rảnh rỗi không có việc gì làm nên code cái tool cùi bắp hi vọng nó sẽ có ích.
Cũng giống một số tool boot traffic khác thì nó dùng ssh/proxy để chạy.
Hướng dẫn sử dụng:
- Mở thư mục chứa tool sau đó vào thư mục Lizardon/Code/ mở các file .dv và sửa lại code, code mẫu:
PHP:
;đợi 1 giây sau đó mở link
Sleep(1000)
;sửa whoer.net địa chỉ cần surf
Go('whoer.net')
;đợi 1200 mili giây
Sleep(1200)
;click vào điểm (450, 200)
MouseClickXY(450, 200)
;đợi 1500 mili giây
Sleep(1500)
var rx = Random() * 200
var ry = Random() * 300
;click vào điểm (x, y) với x thuộc khoảng [0, 200], y thuộc khoảng [0, 300]
MouseClickXY(rx, ry)
;đợi 1 giây rồi đóng trình duyệt
Sleep(1000)
Exit()
- Các bác cần surf nhiều link thì tạo nhiều file .dv (tên file tùy ý) mỗi file để code surf link
- Chọn file ssh hay proxy (có thể ssh lẫn lộn proxy) kéo vào chỗ select Ssh/proxy file
định dạng file:
PHP:
123.4.69.234|user|pass
123.234.345.2:8080
123.46.79.234|user|pass|abc|xyz
6.9.9.6|6969
- Xong cả rồi thì nhấn Start
- Một số tùy chọn:
+Random: trộn file đầu vào
+Timeout: thời gian tối đa để kết nối ssh
+Max Threads: số lượng thread
Screenshot:
Check virus: https://www.virustotal.com/vi/url/8...d3a4721937ca365e14d24730/analysis/1476979943/
Link download: https://drive.google.com/file/d/0B_758coO9Hd9TTh6NEFaQ2dQMGM/view?usp=sharing
Update 22/10/2016
+ xử lý download
+ xem xpath của các phần tử
+ thêm một số hàm với 2captcha
link download: https://drive.google.com/file/d/0B_758coO9Hd9bUp6RzVYTldPbDQ/view?usp=sharing
HD: copy tất cả các file dán đè các file trong thư mục Lizardon của tool
Update 28/10/2016
+ thêm referrer
+ xem vị trí của phần tử
+ một số thứ nhỏ nhặt
Link download: https://drive.google.com/file/d/0B_758coO9Hd9cnY2U0FKWWUtc3M/view?usp=sharing
Link Update: https://drive.google.com/file/d/0B_758coO9Hd9cnY2U0FKWWUtc3M/view?usp=sharing
Last edited: