Search:

Type: Posts; User: botty

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,389

    how to write digital signatures?

    I wrote a code for a trojan. Kaspersky anti-virus does not detect as a virus/trojan rather as a potential trojan, saying it does not have a digital signature...so how can i write a digital signature?
  2. Replies
    5
    Views
    1,959

    Thanks a lot elkvis...u were of great help....

    Thanks a lot elkvis...u were of great help.
    Figured out that it stucks on recv() .As it still expects for more bytes. Is there any other solution except for sending the size of data/ making the...
  3. Replies
    5
    Views
    1,959

    yes both are waiting for each other. Victim is...

    yes both are waiting for each other. Victim is waiting for the next command. I am sure that it sent all the data & is ready to receive the next command. While Server side is still waiting for the...
  4. Replies
    5
    Views
    1,959

    problem with output transfer over socket

    I am new to C++ Socket coding, in fact this is my first socket program. I tried to code a RAT, to view the files of the connected computer & transfer the selected file. It runs through 2-4 cycles(...
  5. Replies
    1
    Views
    1,176

    To brief with the program I was trying to make...

    To brief with the program I was trying to make was to connect to a computer with a specified IP address & browse through its files.
  6. Replies
    1
    Views
    1,176

    stucks on second command over network

    hi,
    the following code works properly on the local computer; but, it gets stuck after the first output when tried over a network.
    socket2.h



    #pragma once
    #include<Winsock2.h>...
  7. Replies
    5
    Views
    1,194

    i didnt get your point...fgets is getting the...

    i didnt get your point...fgets is getting the line from the opened file & that line is assigned the "line" pointer.
    Anyways, going by your point, it should not have worked in the first run...
  8. Replies
    5
    Views
    1,194

    file browser : second command doesnt work

    I tried to develop a file browser of a connected pc. Following is the code...
    main:

    #include<iostream>
    #include<string>
    #include"socket2.h"
    #include<stdio.h>
    #include<time.h>
    using namespace...
Results 1 to 8 of 10