Version | 0.1 |
---|---|
Blog | http://securityhorror.blogspot.com/ |
Github | https://github.com/rekcahemal/Trinity |
Author | GERASIMOS KASSARAS (@lamehacker) |
Copyright | 2013 Gerasimos Kassaras |
License | Apache License Version 2.0 |
Trinity is an Open Source,free url collector written for training purposes.
Trinity is a simple proof of concept python script that collects urls from sites that need no authentication nor use SSL.
In order to run Trinity to collect the urls from your site set the variables to the desired site url:
urlList = ["http://www.example.com/"] # Later on this url is going to be fed through command parser. host = 'http://www.example.com/' domain = 'www.example.com'
Collects urls from:
- a HTML tags.
- link HTML tags.
- script HTML tags.
- meta HTML tags.
The crawler Trinity is using is http://www.crummy.com/software/BeautifulSoup/
Is based in BeautifulSoup soup version 4.
Documentation found in: http://www.crummy.com/software/BeautifulSoup/ Download: http://www.crummy.com/software/BeautifulSoup/bs4/download/
You have to install BeautifulSoup. Instruction about that found here: http://www.crummy.com/software/BeautifulSoup/bs4/doc/
Trinity is licensed under the Apache License Version 2.0.
This is free software and you are allowed to use it as you see fit. However, neither the development team nor any of our contributors can held responsible for your actions or for any damage caused by the use of this software.