Building HTTP Clients that interact with a variety of security tools and resources. Basic Preparation: Go's net/HTTP standard package contains several convenience functions to quickly and easily send POST, GET, and HEAD requests, which are arguably t…
Parsing Document Metadata with Bing Scaping Set up the environment - install goquery package. https://github.com/PuerkitoBio/goquery go get github.com/PuerkitoBio/goquery Modify the Proxy setting if in China. Refer to: https://sum.golang.org/ Unzip a…
Interacting with Metasploit msf.go package rpc import ( "bytes" "fmt" "gopkg.in/vmihailenco/msgpack.v2" "net/http" ) // Build the Go types to handle both the request and response data. type sessionListReq struct { _…
Interacting with Metasploit Early-stage Preparation: Setting up your environment - start the Metasploit console as well as the RPC listener through the msgrpc module in Metasploit. load msgrpc ServerHost=10.0.0.13 ServerPort= User=msf Pass='dfas1342'…
Building an HTTP Client That Interacts with Shodan Shadon(URL:https://www.shodan.io/) is the world's first search engine for Internet-connected devices. Register and get the API key from Shadon, then set it as an environment variable. Here is a high…
This article discusses setting up up an integrated IPSec/L2TP VPN using Radius and integrating it with Microsoft Windows clients. Introduction and Planning The software installed is going to be based on Debian packages as far as it is possible. If we…
In This Document Section 1: Overview Section 2: Pre-Upgrade Steps Section 3: Upgrade and Configuration Section 4: Post-installation Steps Section 5: Known Issues Section 6: Appendices This document covers the procedure to upgrade the version of the J…
Example 1 字符类型的注入,无过滤 http://192.168.91.139/sqli/example1.php?name=root http://192.168.91.139/sqli/example1.php?name=root' and 1=1%23 http://192.168.91.139/sqli/example1.php?name=root' and 1=2%23 http://192.168.91.139/sqli/example1.php?name=root' uni…