Search results for query: *

  1. S

    command and control system

    One must apologise in advance. The question is; why isn't the ! ls / command creating a directory listing? It works from nc, but not vb.net.
  2. S

    command and control system

    A link to the working linux server is here: http://shotting.cc/htmlPages/sockets.c.txt
  3. S

    command and control system

    Imports System.IO Imports System.Net Imports System.Net.Sockets Imports System.Text Imports System.Text.Encoding Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim host As String = Nothing...
Back
Top