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

Cannot find fakenet #212

Closed
antman1p opened this issue Mar 27, 2019 · 7 comments
Closed

Cannot find fakenet #212

antman1p opened this issue Mar 27, 2019 · 7 comments

Comments

@antman1p
Copy link

After running the flarevm ps1 installation script, fakenet is nowhere to be found. I tried insatllaing it with pip and after install it gives a syntax error.

@MalwareMechanic
Copy link
Collaborator

@antman1p Can you try running the following command and let me know if it installs fakenet: py -2 -m pip install https://github.com/fireeye/flare-fakenet-ng/archive/master.zip

@antman1p
Copy link
Author

I was able to do it from here: pip install https://github.com/fireeye/flare-fakenet-ng/zipball/master
However, It appears that the flareVM uses python3 and this fakenet seems to have been written in python 2.7.

@strictlymike
Copy link

Was this syntax error the one that you fixed in mandiant/flare-fakenet-ng#114? If it isn't, I'd be curious to know what the syntax error was, if you can produce more details readily.

If that pull request was strictly for Python3 compliance, heads-up, we haven't gone through to make FakeNet-NG compatible with Python3 yet, but I suspect this is just the tip of the iceberg when it comes to making it run under Python3. Not that I expect it to be too onerous, but I do expect a multitude of minor items to arise when we begin that task.

@MalwareMechanic
Copy link
Collaborator

@antman1p FLARE VM uses Python3 as the default Python version. You'll need to install fakenet using py -2 -m pip in order to install it using Python2 as pip will default to Python3. Can you confirm it installs correctly using py -2 -m pip install https://github.com/fireeye/flare-fakenet-ng/archive/master.zip?

You can also attempt to install it via Chocolatey by opening an admin PowerShell prompt and running: choco install fakenet-ng.python.flare

@MalwareMechanic
Copy link
Collaborator

@antman1p are you still having an issue with fakenet?

@antman1p
Copy link
Author

My apologies, I had moved on to another project. I will check on Monday.

@vm-packages
Copy link

Thank you for your feedback! We've been working on major updates to FLARE VM over the last year.
The now revamped FLARE VM has just been released and will make the project more open and maintainable.
Please check out our blog post at https://www.mandiant.com/resources/blog/flarevm-open-to-public and give the new installation a try.

If this problem still persists with the new installation, please report:

Please note that we use this message to close all legacy issues in this repository. We look forward to your feedback and support for the next generation of FLARE VM.

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

No branches or pull requests

4 participants