RootSrc

Results 9 comments of RootSrc

Make sure to use Python2, as Pyrit has not been updated to Python3 yet ```sudo apt-get install python2.7``` or ```python2 clean build install``` if you already have Python2

Whats your O.S? Try : ```sudo apt-get install libpcap-dev``` Generally when you see a header file missing {NAME}.h, Google the header name followed by "missing", 99% of the time you'll...

Been trying to figure out a fix for this too, and finally got it working (maybe), @nicholas-long had the right idea, but perhaps meant to provide more info on editing....

I got it working with [#591](https://github.com/JPaulMora/Pyrit/issues/591#issuecomment-622267954)

I believe due to Pyrit being "Too Old" [version is still Python2], its been taken off most repos due to that, if im not mistaken. Which program is pyrit trying...

@araldolucente Does Pyrit alone work? try `pyrit benchmark`, or `sudo pyrit benchmark` What steps are you using, you may have to post a new issue, depending what the problem is....

So then, I suppose it may be an issue with Fluxion. What are the errors you are running into?

So the issue actually relies on multiple things, depending how you want to fix it. 1. This is an issue with Kali's packages and the sources list, albeit that Pyrit...

> Run the following: > `sudo apt-get update && sudo apt-get install python-dev python3-dev` > EDIT: My blind-self realized he put "python-dev", which is for python2.x versions Pyrit is built...