sevvie Rose

Results 11 comments of sevvie Rose

Enable monitor mode on your device before starting wifite.py; i.e. `airmon-ng start wlan1 && wifite.py -mac -aircrack`

https://github.com/orbitalquark/scintillua/pull/66 I've taken the lexer out of this PR and moved it to a PR on scintillua.

I came across this thread looking to do something similar to what I expect everyone else here is doing. However, when I try to compile @a4chet's fork, It's telling me...

To follow up from my previous post, it appears you need to `#include ` when compiling @a4chet's fork on Linux. I've been working with both @a4chet and @markerikson's forks for...

Oh, one more note about @a4chet's fork, before I forget; If you're trying to run this on Ubuntu, you'll need to add the ubuntugis:ubuntugis-unstable PPA and upgrade your libgdal-dev and...

I'm having a problem I can't make heads or tails of at the moment, and I hope that someone might be able to help. I needed to update @markerikson's fork...

Holy crap I think I fixed it. I wrapped my grid, metadata, and serializer variables with `std::ref()` and it liked that. Now onto testing runtime functionality.

@markerikson A few questions, if you can spare the time: 1. Will every tile be the same size, or will they vary? 2. Are there any preparations you do/did with...

I think both will be valuable in the long run. I'll start working on a schema for input validation right away, and once it's part of the core we can...

I've started by creating the schemas themselves, though I think these schemas will need to be added to Peepeth as well, by Bevan, so the schemas have an $id to...