-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
OSX - File not found #54
Comments
I get the same Running the application in both Python 2.7 and 3.6 gives the same result. Running MacOS 10.13.3 |
Thanks for reporting this guys! Are you guys running the release? Or are you running it by downloading the source and executing it via python? |
Keep in mind that this project is only tested on python3. Make sure to invoke |
The error seems to happen on both the 0.6 release, and the master branch as of writing (last commit: 49ac37a) Environment: Stacktrace:
The error about Chrome is probably unrelated and due to the fact that I run Firefox. |
I think I have an idea why this is. The program uses a frequently used port (8080) which in your case is used. Because the program cannot opens this port, the rest of the program doesn't get certain information, causing some objects to not be found by StaCoAn. About the chrome thing, it's also a bug (wrong assumption of me that everybody has chrome), thanks for reporting. Summary: To fix
|
Awesome, thanks for the prompt responses. Might I suggest that in addition to using a less-common port you add an argument or config somewhere where the user can specify the port to use? Also, the Chrome error message is less critical than it seems. The page does open in Firefox after it gives the Chrome error, but the address is |
Ah that's a good thing you mention that. I added that also on the roadmap (use |
Can you guys try with the latest update in the development branch?
If both the chrome and the 'File some object wasn’t found'-error is fixed I will push this to master and make a new executable. |
I could reproduce it and I have created a fix in the dev branch. The issue seems fixed for me but I want to confirm this with you guys. Happy easter by the way! |
* Update readme file - Table of contents - Releases documentation * improved regexes (#52) * Update readme file (#51) - Table of contents - Releases documentation * Update db_search_words.txt * Update src_search_words.txt * Update exclusion_list.txt * Update src_search_words.txt * Update db_search_words.txt * Owasp integration * Various fixes and improvements - Update wordlists - Converted searchwords code into object oriented code - Comments are now placed in the report * Change port to less common ports Fix for #54 * Fix browser issue + cleaner logging #54 * Added Contributor + screenshot readme - Added Ayowel to top contributor's - Added section "How does the tool works?" * Download demo report immediately when clicking on the link (#57) * Update readme file (#51) - Table of contents - Releases documentation * Download demo report immediately when clicking on the link * Fix mac (#60) Mac issue: #54 * Server fix
Feel free to re-open this issue if you still get the error with this new release. |
On Macs, your download (V.6) is not working. Below is the error. I believe you have hard coded some paths into the app. My mac is on Python 2.7.10
The text was updated successfully, but these errors were encountered: