Changed to version 0.3.1

This commit is contained in:
root
2014-08-21 19:22:59 +02:00
parent da01407a57
commit cbeb3f6f11

View File

@@ -1,4 +1,12 @@
# Version 0.3 ## Version 0.3.1
* It is now possible to check for specific extensions (-e or --extension).
* Domains must be specified with 'http://' or 'https://' (for example: https://127.0.0.1).
* Login page redirections can be followed or not.
* Fixed the 'all extensions are installed' bug in the summary when using verbose mode.
* Set sleep between threads to 0.5, to fix time out errors when checking a huge amount of extensions.
## Version 0.3
* Using modules instead of one class * Using modules instead of one class
* Accepting now strg+c when in multithreaded mode * Accepting now strg+c when in multithreaded mode
@@ -10,50 +18,50 @@
* Typo3 version search is more accurate * Typo3 version search is more accurate
* If the backend login page could not be found, but Typo3 is used, the user is asked, if he want to proceed. This will mostly lead to "no extensions are installed". * If the backend login page could not be found, but Typo3 is used, the user is asked, if he want to proceed. This will mostly lead to "no extensions are installed".
# Version 0.2.1 ## Version 0.2.1
* Fixed some bugs * Fixed some bugs
* It is now possible to specifiy threads * It is now possible to specifiy threads.<br>
Default is 10. Default is 10.<br>
I strongly recommend to use only 2 or even 1 thread when using TOR! I strongly recommend to use only 2 or even 1 thread when using TOR!<br>
This is because TOR is (extremely) slow and will produce connection errors if too many threads are used. This is because TOR is (extremely) slow and will produce connection errors if too many threads are used.
# Version 0.2 ## Version 0.2
* Added support for Privoxy and TOR * Added support for Privoxy and TOR
* It is now possible to use Typo-Enumerator with Privoxy and TOR (--tor) * It is now possible to use Typo-Enumerator with Privoxy and TOR (--tor)<br>
Privoxy is used to prevent dns leakage ;) Privoxy is used to prevent dns leakage ;)<br>
Please make sure the Privoxy config (/etc/privoxy/config) is set to something like: Please make sure the Privoxy config (/etc/privoxy/config) is set to something like:
listen-address 127.0.0.1:8118 - listen-address 127.0.0.1:8118
forward-socks5 / 127.0.0.1:9050 . - forward-socks5 / 127.0.0.1:9050 .<br>
These are the standart ports for Privoxy and TOR These are the standart ports for Privoxy and TOR<br>
If TOR is used, threads will be set to 2 in order to minimize errors If TOR is used, threads will be set to 2 in order to minimize errors
* Version search for extensions is now more reliable * Version search for extensions is now more reliable
# Version 0.1.6 ## Version 0.1.6
* Added version search for extensions * Added version search for extensions
# Version 0.1.5 ## Version 0.1.5
* Added extension search * Added extension search
# Version 0.1.4 ## Version 0.1.4
* Added support for Typo v6.X * Added support for Typo v6.X
# Version 0.1.3 ## Version 0.1.3
* Optimized requests * Optimized requests
# Version 0.1.2 ## Version 0.1.2
* Added version guessing * Added version guessing
# Version 0.1.1 ## Version 0.1.1
* Added version search for Typo3 * Added version search for Typo3
# Version 0.1 ## Version 0.1
* Prototype * Prototype