diff --git a/README.md b/README.md index f003657..f56fcd2 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,16 @@

Understanding DNS-Shell

-

The Payload is generated when the sever script is invoked and it simply utilizes nslookup to perform the queries and query the server for new commands the server then listens on port 53 for incoming communications, once payload is executed on the target machine the server will spawn an interactive shell.

-

Once the channel is established the payload will continously query the server for commands if a new command is entered, it will execute it and return the result back to the server.

+

The Payload is generated when the server script is invoked. It utilizes nslookup to query the server for new commands. The server listens on port 53 for incoming connections. Once the payload is executed on the target machine, the server will spawn an interactive shell.

+

After a channel is established, the payload will continously query the server for commands. If a new command is entered, it will execute and return the result back to the server.

Using DNS-Shell

Running DNS-Shell is relatively simple

-

DNS-Shell supports two mode of operations direct and recursive modes: +

DNS-Shell supports two mode of operations: direct and recursive modes.

diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..1b9e8ea --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +requests +dnslib