Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.64 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.64 KB

Informations
GitHub Repo stars GitHub top language GitHub last commit GitHub GitHub watchers

Web-Crawler

this is a exploit been used to attack victim.com, basing on a webcrawler , actually a XSS-Worm.

Functionality:

Group Sending Emails, Deleting Emails,

Match Crucial Information like userpasswd, or working information

Specific to certain website, but easy to modify or expand.

Installation of basic modules such as:

!pip install pymongo-PyMongo is the official MongoDB Python driver for MongoDB. We recommend you use this driver to work with MongoDB from Python. If you need to access MongoDB in a non-blocking manner or from co-routines, we recommend that you use the Motor driver instead.

!pip install bs4-Beautiful Soup is a library that makes it easy to scrape information from web pages. It sits atop an HTML or XML parser, providing Pythonic idioms for iterating, searching, and modifying the parse tree.

!pip install requests-Requests allows you to send HTTP/1.1 requests extremely easily. There’s no need to manually add query strings to your URLs, or to form-encode your PUT & POST data — but nowadays, just use the json method!