Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Auto-Generated] ValueError: invalid literal for int() with base 10: '' #320

Closed
osakaaa opened this issue Sep 16, 2014 · 2 comments
Closed
Labels

Comments

@osakaaa
Copy link

osakaaa commented Sep 16, 2014

Bug appeared in OWTF Version: 0.45.0, Release: Winter Blizzard (stable)
after the next output:
[] Proxy Check: Avoid logging request again if already in DB..
{'URL': 'http://www.google.ie'} in DB: True
New owtf HTTP Transaction: 3 - 0s, 330ms - 302 Found - GET - http://www.google.ie
[
] Proxy Check OK: The proxy appears to be working

Bug report:
[]
[
] OWTF BUG: Please report the sanitised information below to help make this better. Thank you.
[] ***************************************************************************************************
[]
[
] Message: Unknown owtf error
[]
[
] Command: owtf.py -g web -t quiet http://some.target.com
[]
[
] Error Trace:
[] Traceback (most recent call last):
[
]
[] File "./owtf.py", line 412, in run_owtf
[
] if Core.Start(args):
[]
[
] File "/home/andrusha/owtf/framework/core.py", line 321, in Start
[] return self.run_plugins()
[
]
[] File "/home/andrusha/owtf/framework/core.py", line 364, in run_plugins
[
] Status = self.PluginHandler.ProcessPlugins()
[]
[
] File "/home/andrusha/owtf/framework/plugin/plugin_handler.py", line 306, in ProcessPlugins
[] self.ProcessPluginsForTargetList(self.PluginGroup, Status, self.Core.Config.GetAll('TARGET'))
[
]
[] File "/home/andrusha/owtf/framework/plugin/plugin_handler.py", line 352, in ProcessPluginsForTargetList
[
] self.ProcessManager.spawnWorkers(Status)
[]
[
] File "/home/andrusha/owtf/framework/plugin/ProcessManager.py", line 132, in spawnWorkers
[] if self.spawn_worker():
[
]
[] File "/home/andrusha/owtf/framework/plugin/ProcessManager.py", line 140, in spawn_worker
[
] work = self.get_task()
[]
[
] File "/home/andrusha/owtf/framework/plugin/ProcessManager.py", line 115, in get_task
[] if int(free_mem) > int(self.Core.Config.Get('MIN_RAM_NEEDED')):
[
]
[] ValueError: invalid literal for int() with base 10: ''
[
]
[]
[
] ____________________________________________________________________________________________________

@flabbergastedbd
Copy link
Contributor

@pLasTo I highly recommend you use our lions_2014 (bleeding edge), the master branch is really old. For more info check out http://docs.owtf.org

@DePierre
Copy link
Contributor

This has been fixed in the latest OWTF version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants