Glenn 'devalias' Grant

Results 371 issues of Glenn 'devalias' Grant

## Unsorted - https://trakt.tv/ - > Automatically track what you're watching. - https://trakt.docs.apiary.io/ - https://www.imdb.com/list/watchlist ## Anime ### AniDB - https://anidb.net/ - https://wiki.anidb.net/w/API - https://anidb.net/software - https://github.com/adameste/anidbcli - https://github.com/winterbird-code/adbb -...

deep-dive

## Crypto, blockchain, etc related - https://ipfs.io/ - https://en.wikipedia.org/wiki/InterPlanetary_File_System - https://storj.io/ - https://sia.tech/ - https://filecoin.io/ - https://medium.com/bitfwd/what-is-decentralised-storage-ipfs-filecoin-sia-storj-swarm-5509e476995f # Dat > Dat is a protocol for sharing data between computers. Dat’s...

deep-dive

While auditing some Ruby source code on a bug bounty program the other day I came across an interesting pattern, that looked like it should be vulnerable. I really hoped...

blog-idea

# Activity/Time Tracking ## SaaS - https://toggl.com/ - https://toggl.com/pricing/ - https://github.com/toggl/toggl_api_docs - https://www.rescuetime.com/ - https://www.rescuetime.com/plans - https://www.rescuetime.com/apidoc - https://wakatime.com/ - https://wakatime.com/pricing - https://wakatime.com/plugins - https://github.com/wakatime - https://wakatime.com/developers - https://clockify.me/ -...

deep-dive

- https://github.com/algolia/jekyll-algolia - https://github.com/algolia/jekyll-algolia#more-about-the-community-plan - https://github.com/algolia/jekyll-algolia-example - https://www.algolia.com/pricing/ - https://community.algolia.com/jekyll-algolia/getting-started.html - https://community.algolia.com/instantsearch.js/ - https://github.com/algolia/react-instantsearch - https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/react/ - https://community.algolia.com/docsearch/run-your-own.html - https://github.com/algolia/docsearch - https://github.com/algolia/docsearch-scraper

Currently this builds to ~200mb, with most of the size being in the apt-get layers (~170mb) and git clone (~70mb) ``` ⇒ docker history devalias/oxml_xxe IMAGE CREATED CREATED BY SIZE...

Currently the `Gemfile` pins the application to `2.1.5`. We can hack around that with `sed`, but running on `2.4.1` ended up with the following errors: ``` ⇒ docker run --rm...

While there are no official setup instructions for using this on alpine linux, the project would benefit from the smaller container size if it's possible.

Currently the 'version files' are hardcoded: https://github.com/coldfusion39/domi-owned/blob/583d0a5ade9305c40329916e0ecf1540a089c9be/domi_owned/fingerprint.py#L61-L72 It would be cool if these were extracted out into a wordlist similar to the files currently in https://github.com/coldfusion39/domi-owned/tree/master/domi_owned/data That way it would...

The fingerprint feature seems to reporting the wrong version (7.0.1.0 instead of 9.0.1) Looking at the following code, I believe this is due to the order of the files being...