Skip to content

Instantly share code, notes, and snippets.

View dlopez's full-sized avatar

Daniel Lopez dlopez

View GitHub Profile
@nl5887
nl5887 / 001_readme.md
Last active July 10, 2022 02:44
Metasploit Meterpreter handler servers (HTTP/HTTPS)

This gist contains a list of verified Metasploit Meterpreter http(s) handlers and Powershell Empire http(s) listeners.

Servers could be malicious, or just part of a red teaming action.

Thanks to censys.io and Jose.

anonymous
anonymous / README.md
Created August 3, 2017 14:59

DHL Market Security Vulnerabilities Part 2 - Read and Overwrite all Private Messages

Market Name DHL - Dark Heroes League
Date 3rd August 2017
By t0mcheck and others
URL http://darkheroesq46awl.onion
Access Level regular buyer account
anonymous
anonymous / README.md
Created August 1, 2017 16:26

DHL Market Security Vulnerabilities

Market Name DHL - Dark Heroes League
Date 1st August 2017
By t0mcheck
URL http://darkheroesq46awl.onion
Test Time 60 minutes
anonymous
anonymous / README.md
Created August 1, 2017 12:20

Sourcery Market Security Vulnerabilities

Market Name Sourcery Market
Date 1st August 2017
By t0mcheck
URL sourcel3zg2kzu4k.onion
Test Time 30 minutes
@thiloplanz
thiloplanz / Zero_knowledge_db.md
Last active March 15, 2024 21:49
Zero-knowledge databases

Zero knowledge databases

The idea

The idea is to provide a database as a service to end users in such a way that no one except the user herself can access the data, not even the hosting provider or the database administrator.

Advantages

  • A privacy- and/or security-conscious user will have more trust in such a setup.
  • The service provider cannot be coerced to release the data they were trusted with, and he cannot be held responsible for the content he is storing.
@DanHerbert
DanHerbert / fix-homebrew-npm.md
Last active February 12, 2024 17:18
Instructions on how to fix npm if you've installed Node through Homebrew on Mac OS X or Linuxbrew

OBSOLETE

This entire guide is based on an old version of Homebrew/Node and no longer applies. It was only ever intended to fix a specific error message which has since been fixed. I've kept it here for historical purposes, but it should no longer be used. Homebrew maintainers have fixed things and the options mentioned don't exist and won't work.

I still believe it is better to manually install npm separately since having a generic package manager maintain another package manager is a bad idea, but the instructions below don't explain how to do that.

Fixing npm On Mac OS X for Homebrew Users

Installing node through Homebrew can cause problems with npm for globally installed packages. To fix it quickly, use the solution below. An explanation is also included at the end of this document.