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

service network-manager start #70

Closed
reproteq opened this issue Mar 3, 2018 · 1 comment
Closed

service network-manager start #70

reproteq opened this issue Mar 3, 2018 · 1 comment

Comments

@reproteq
Copy link

reproteq commented Mar 3, 2018

Hi derv82
when open wifite this use network-manager for you normal work but eth0 not show because service is stoped
you can solved this ?
add this
service network-manager start

thanks

@derv82
Copy link
Owner

derv82 commented Mar 10, 2018

Looks like there was two problems:

  1. Wifite kills network-manager when it runs everytime.
  2. Wifite would restart network-manager only if it put an interface into monitor mode (during "cleanup").
  3. systemctl start NetworkManager may not have worked (?)

The fix:

  1. Remember if we ever killed NetworkManager
  2. If we did kill network-manager, restart network-manager when Wifite is stopped.
  3. Try to use service network-manager start and fall-back to systemctl if that fails.

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

2 participants