Reed Jones

Results 20 comments of Reed Jones

Okay I will test it and see maybe could work with [usbmuxd](https://github.com/libimobiledevice/usbmuxd.git) like [idevicerestore](https://github.com/libimobiledevice/idevicerestore)

Yeah that's the point. It says in readme that masscan _can_ scan the whole internet but that you _shouldn't_. Trying to void getting on some blacklist for scanning some military...

Note- In the nmap documentation it says that they do this (filter out 'bad' ranges) when the iR (random hosts) flag is set. maybe something to look into

perhaps IPFS could be an option? https://ipfs.io/

Does a static version of the site already exist somewhere?

in the setup script _/script/seed_, does that download the complete current data or just like a few samples? Would it make since to have like a public backup of the...

@veganstraightedge maybe something like this: https://docs.ipfs.io/how-to/host-git-style-repo/ like whenever a change is made to the database of articles for example, it pushes to ifps, or a torrent, or something like this,...

I was able to fix it by just adding ``` #main { display: flex; } ```

> @reedjones @realsifocopypaste333 Hello, > > This error typically occurs when there is an issue with importing a function or module from a Python package. > > In this case,...

@Kamranbarlas basically you have to override the `from_crawler` method in your custom class and then just set proxy list to whatever you want. from the source `proxy_list` : ``` @classmethod...