mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-23 13:03:10 +00:00
fix delldrac conversion issues
This commit is contained in:
parent
1724dd6b07
commit
581588ea0d
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ version 7.3
|
||||||
* fixed a bug in dell drac that caused it to error out
|
* fixed a bug in dell drac that caused it to error out
|
||||||
* added timeout delay for pulling new version biggest challenge here is that urllib base is socket and socket timeout is tied to gethostbyname() which does not support a timeout, needed to add multiprocessing poll for 8 seconds to add timeout delay when checking for updates
|
* added timeout delay for pulling new version biggest challenge here is that urllib base is socket and socket timeout is tied to gethostbyname() which does not support a timeout, needed to add multiprocessing poll for 8 seconds to add timeout delay when checking for updates
|
||||||
* added check for urllib for python2 and python3 compatibility
|
* added check for urllib for python2 and python3 compatibility
|
||||||
|
* changed delldrac to python 2 to 3 compatibility and rewrote requests to use solid urlopen instead of requests
|
||||||
|
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
version 7.2.3
|
version 7.2.3
|
||||||
|
|
Loading…
Reference in a new issue