- Detect secrets in code
- Identify secrets committed to version control
- Flag hardcoded credentials
- Identify missing authentication checks
- Detect improper authorization patterns
This is a very basic guide, just to understand what's needed to set it up.
If you have any questions you can find me at https://nostr.com/8355095016fddbe31fcf1453b26f613553e9758cf2263e190eac8fd96a3d3de9
Create a file that resolves to <domain>/.well-known/nostr.json, and fill it out like this (enter the name you want to use, and input your own public key, make sure its the HEX-key):
{
https://explore.flashbots.net/ | |
https://github.com/alchemistcoin/alchemist | |
--How to make $1m per month as a Solidity developer | |
https://www.youtube.com/watch?v=lXq0eU8viFQ | |
--Flashbots | |
https://github.com/flashbots/pm | |
https://github.com/flashbots/simple-arbitrage | |
https://docs.flashbots.net/ |
# ================================================================================================ | |
# IMPORTANT NOTE | |
# These commands should only be used to migrate your ot-node from version 2.0.59 to version 4.0.0 | |
# They could cause problems if your node has already been running on version 4.0.0 for some time | |
# ================================================================================================ | |
mkdir ~/Node_2_0_59_backup/ | |
docker cp otnode:/ot-node/data/kademlia.crt ~/Node_2_0_59_backup/ | |
docker cp otnode:/ot-node/data/kademlia.key ~/Node_2_0_59_backup/ |
#!/bin/bash | |
# IMPORTANT: Don't forget to logout from your Apple ID in the settings before running it! | |
# IMPORTANT: You will need to run this script from Recovery. In fact, macOS Catalina brings read-only filesystem which prevent this script from working from the main OS. | |
# This script needs to be run from the volume you wish to use. | |
# E.g. run it like this: cd /Volumes/Macintosh\ HD && sh /Volumes/Macintosh\ HD/Users/sabri/Desktop/disable.sh | |
# WARNING: It might disable things that you may not like. Please double check the services in the TODISABLE vars. | |
# Get active services: launchctl list | grep -v "\-\t0" | |
# Find a service: grep -lR [service] /System/Library/Launch* /Library/Launch* ~/Library/LaunchAgents |
<?php | |
return [ | |
/* | |
|-------------------------------------------------------------------------- | |
| Default deployment strategy | |
|-------------------------------------------------------------------------- | |
| | |
| This option defines which deployment strategy to use by default on all |
This guide is specific to getting LND 0.5-beta and Bitcoind running on Ubuntu 16.04 LTS for mainnet. It is aging rapidly and includes steps not necessary on newer versions of LND. As of April 2021 it is very out of date for bitcoind. As of December 2021 it is outdated for LND too.
Original installation guide:
This guide is broken into the following sections:
bitcoind
and set to start automatically