not writing code
Pinned Loading
-
Docker compose for ZAP
Docker compose for ZAP 1target:
2# The target application we want to scan
3image: szsecurity/webgoat
4# The port that the application is available on.
5# If the application runs on a non-standard port,
-
List of IAM actions via the policy e...
List of IAM actions via the policy editor 1#!/bin/bash
2rm policies.js
3rm service_actions.txt
4curl -s https://awsiamconsole.s3.amazonaws.com/iam/assets/js/bundles/policies.js -O && node -e "app={}; EnvInfo ={}; _ = {has: function() {return false;}, extend: function(){},};require('./policies.js'); console.log(JSON.stringify(app));" | jq .PolicyEditorConfig.serviceMap > service_actions.txt
5python iam_actions.py
-
Toy fortune server
Toy fortune server 1package main
23import (
4"bytes"
5"log"
-
Grub boot for Debian 7.4
Grub boot for Debian 7.4 1menuentry "Debian 7.4 Live" {
2set isofile="/home/ritesh/Downloads/debian-live-7.4-amd64-xfce-desktop.iso"
3# Change partition if needed to hd whatever
4loopback loop (hd0,5)$isofile
5linux (loop)/live/vmlinuz boot=live config toram=filesystem.squashfs findiso=$isofile
-
s3signer
s3signer 1package main
23import (
4"flag"
5"fmt"
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.