rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - TC

Pages: 1 2 3 ... 7
1
Italiano / [SFR/Suggestion] Supporto utenti di windows
« on: November 26, 2003, 02:03:04 PM »
Ci fai autenticazione della parte pwd protected.
invece di definirti i tuoi utenti locali a hfs

2
Italiano / [SFR/Suggestion] Supporto utenti di windows
« on: November 26, 2003, 09:54:31 AM »
Dato che vedo che stai lavorando molto sugli utenti, magari può essere (comodo)|(utile)|(interessante) integrare il supporto agli utenti di windows (immagina una macchina collegata a un dominio con gli utenti e gruppi configurati).
Ad esempio il progetto UltraVNC (http://ultravnc.sourceforge.net/) integra il supporto agli utenti MS per l'autenticazione, puoi vedere il codice per le chiamate api a win, volendo, per prendere spunto.

Ciao, good devel ;)

3
HFS ~ HTTP File Server / [FR] Apache style server-status/server-info
« on: October 24, 2003, 08:01:16 AM »
Do you know apache's server-status and server-info mods?
Maybe HFS can implements virtual-folders with server status/info like apache (configurable, surely).
I think that they're good add-on to your server.

By, TC.

PS: HFS code auditing in progress ;)
PSS: I don't have any time to develop these features... sorry.

4
Italiano / [FR] Per semplicità
« on: October 15, 2003, 08:37:52 AM »
:)
bene!

5
HFS ~ HTTP File Server / Re: 1.5 stable
« on: October 14, 2003, 02:17:40 PM »
Quote from: "rejetto"
1.5 has reached stable level :happy:

congratulations to beta-testers :)

:)
good work, good software...
I'm happy

6
Everything else / PhpBB 2.0.6 released!
« on: August 21, 2003, 02:15:39 PM »
http://www.phpbb.com/news.php?id=18

phpBB 2.0.6 released by psoTFX -- 04 Aug 2003

phpBB Group are pleased to announce the release of phpBB 2.0.6 the "phew, it's way to hot to be furry" Edition. This release had been made to fix a number of potential security related issues and more annoying bugs. Work continues on 2.2.0 and again we do not plan on further releases of 2.0.x except where critical issues arise.

We strongly advise all users to upgrade. See our downloads page and support forum for further information.

7
HFS ~ HTTP File Server / searching for: stress test
« on: August 21, 2003, 01:32:10 PM »
FSMax v2.0  
A scriptable, server stress testing tool.

Blast v2.0
A small, quick TCP service stress test tool.

http://www.foundstone.com/resources/stress_testing.htm
http://www.foundstone.com/resources/tools.html

---

Net Tools version 1 . 0 . 0
NetTools, made in Visual Basic 6.0, has an IP resolver, IP masker,  Anonymous downloader, Anonym E-mailer, Mail Bomber, ICQ flooder, Pinger, eXtreme UDP Flooder Port Flooder, Port Scanner, HTTP Flooder, IP Sniffer, Winsock Scanner, IP Calculator ...

http://users.pandora.be/ahmadi/html/download_nettools.html

---

For the links, I've used neworder.box.sk search engine. I've never tested that software... but it's the only one that I've found.
For flood and stress test I usually use perl scripts from linux box.. I think it's better.


1.5rc2 testing is in progress. My flood test is ok, and also multiple connection test is passed. Minor bug will be reported soon (ps: testing your HFS, I've discovered a DoS vulnerability on my Apache... brrrr, incredible! - and HFS isn't affected - ).
I will test HFS with another possible vulnerability also: open files out of VFS (like c:\autoexec.bat with VFS that start on c:\temp\hfs\) and auth scheme.

by, TC

8
Italiano / 1.5b2 Testing
« on: August 18, 2003, 07:25:29 AM »
:)

Son tornato dalle vacanze...
appena ho tempo testo la 1.5rc1

bye! good work!

9
Italiano / 1.5b2 Testing
« on: August 08, 2003, 11:00:02 AM »
HFS 1.5b2 testing - 08/08/2003

A) BUG nello schema di autenticazione (testato con IE 6 SP1)
Cartella protetta (ho testato con una cartella non auto update)
Presumo che il problema sia nella connessione persistente, succede questo:
Invio il GET della risorsa
Ricevo il WWW-Authenticate
Mi appare la dialog nel browser in cui inserire user/pass
Al send dell'Authenticate: contenente le credenziali, HFS non risponde e il browser va in timeout dopo un po.
Nel monitor di HFS è segnata "Idle" la connessione.


B) HTTP Note Personali
Nota1: i metodi HTTP diversi da GET vengono interpretati come GET. Se non vuoi inserirli nell'interprete, almeno metti un blocco che HEAD, etc risultano uno status 405 o 501. PS: ho notato che HEAD non va solo per le Directory, per i files funonzia.

Nota2: Clients and servers SHOULD NOT assume that a persistent connection is maintained for HTTP versions less than 1.1 unless it is explicitly signaled. See section 19.6.2 for more information on backward compatibility with HTTP/1.0 clients.
Ho anche provato a fare request con HTTP/0.9 (doh) e mi ritorna sempre persistente... okkio che alcuni clients magari poi non ci girano.

Nota3: HFS Ignora il parametro Connection: Close

Nota4: A sto punto, visto che visualizzi la stringa nel template, metti anche l'header "Server:" nell'HTTP :)


B1) Compatibilità Browser
Ti segnalo incompatibile questo useragent:
lynx (Lynx Version 2.8.4rel.1 (17 Jul 2001))
   Halta dopo aver dato il messaggio HTTP/1.1 200 OK
   In HFS segnala questo:
      11.42.40  192.168.1.2:32897 GET / HTTP/1.0
      11.42.40  192.168.1.2:32897 Host: 192.168.1.21:8080
      11.42.40  192.168.1.2:32897 Accept: text/html, text/plain, application/x-troff-man,           text/*, application/x-debian-package, audio/basic, */*;q=0.01
      11.42.40  192.168.1.2:32897 Accept-Encoding: gzip, compress
      11.42.40  192.168.1.2:32897 Accept-Language: en
      11.42.40  192.168.1.2:32897 User-Agent: Lynx/2.8.4rel.1 libwww-FM/2.14
      11.42.40  192.168.1.2:32897 Requested GET/
      11.42.40  192.168.1.2:32897 Replied 1259 bytes sent
   Se killo lynx, segnala: Disconnected 1259 bytes sent



C) Simple Flood-test:
===> Test di flood su Apache

Code: [Select]
midnight:~# cat /public/iso/MY.ISO | nc -o dump 192.168.1.2 80
HTTP/1.1 414 Request-URI Too Large
Date: Fri, 08 Aug 2003 08:43:54 GMT
Server: Apache
Connection: close
Content-Type: text/html; charset=iso-8859-1

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>414 Request-URI Too Large</TITLE>
</HEAD><BODY>
<H1>Request-URI Too Large</H1>
The requested URL's length exceeds the capacity
limit for this server.<P>
request failed: URI too long<P>
</BODY></HTML>

Connessione interrotta.
Questo avviene dopo aver inviato 0x1fff byte di dati (visibile dal dump)


===> Test di flood su HFS (running su 192.168.1.21:8080 - Win2000 Prof SP4)

Code: [Select]
midnight:~# cat /public/iso/MY.ISO | nc 192.168.1.21 8080

            CPU      Tempo CPU   Memoria    
hfs.exe     95-97    4.00        13Mb        

Risultando inchiodato... (dialog bloccata)
Più va avanti più la memoria cresce.

Se interrompo il flood mi segnala solo un "Disconnected 0 byte sent"
Ovviamente se sto inviando dati con nc, il server agli altri client risulta bloccato.
Risultato: DoS

Nota: so bene che non è un server "di produzione"... ma non vorrei comunque trovarmi la macchina semi inchiodata semplicemente xche qualche #][@òèò#@[ si diverte a testare la sua intelligenza sul mio HFS.

Ho fatto anche altri test, e HFS si è comportato decisamente bene :)


D) GUI
Menu - Limits - Bans: in griglia come ip address posso scrivere anche "Mia Nonna"
Menu - Limits - Max conn (entrambe le voci): valori negativi dovrebbero produrre lo stesso effetto di valori decimali
Menu contestuale su connessione corrente, Ban Ip: sarebbe bello se chiede se si vogliono kikkare le connessioni correnti di quell'ip (ora come ora rimangono cmq attive)
Log Window: aggiungere barra di scorrimento orizzontale
Log Window: aggiungere, quando ci sono dei requested, magari anche lo stato di ritorno (ad es non logga che ritorna 404 al client o altro), e magari un log più dettagliato sugli errori che si riscontrano (non solo Disconnected)
Log Window: aggiungere se viene rifiutata una connessione (se ci sono troppi utenti connessi o se uno degli altri limiti entra in gioco, anche ban) e xche.
Memu - Edit HTML Template: magari un "load from file" ci starebbe bene.
Menu contestuale su Log Window: Details non mi funziona (o meglio: non ottengo nessun effetto apparente)


E) Ancora su Halt browser
Se effettuo una richiesta di una risorsa inesistente, mi ritorna 404 (giustamente) ma nessun content; questo risulta in un halt del browser che invece si aspetta un content da visualizzare.



Alcune informazioni contenute in questo testing non ti saranno utili, altre sono solo consigli... ho voluto testare alcune cose che mi son venute in mente, in vista della "stable" che probabilmente risulterà "stable" un bel po.
Ah... carinissima l'icona del lucchetto a fianco delle folder :) molto azzeccata.

Ciao, TC

10
Developers / Theme png problem
« on: July 29, 2003, 01:38:16 PM »
After a lot of tests...

I've got the best results (clean pics, trasparency ok, white and black ok), with this settings (Save for Web, Photoshop):

=> On the left
PNG-8
"Custom"
No Dither
[X] Trasparency
No Trasparency dither

=> On the right
[X] Interlaced
Colors: 220 (or 256)
Dither: disabled (gray)
Matte: a blue...
Amount: disabled (gray)
Web Snap: 100%


Thank MIDAS!

11
HFS ~ HTTP File Server / IP address --> custom
« on: July 27, 2003, 01:47:34 PM »
If you want share files... you must show your IP, because the cannection must be directed to you.
I've a domain on my IP, so I can select "Custom" and set my domain name. But that domain is a valid internet domain and point to my IP real address.
If you type in custom "fuck_address.com" or "1.1.1.1", and that address doesn't exist (or doesn't point to your real IP), everyone cannot access to your HFS.

hmm.. sorry fot the language... I hope that I can help you a little-bit.

12
Quote from: "ickt"
What is "Shell Context Menu" and What is "Pause Streaming"

Shell Context menu should be a feature that add an entry into the "Windows Explorer" context menu (right click on files or folders).

Pause Streaming is like setting the bandwith limit to 0.
It's usefull to temporary pause the downloads without hang connections.

Bye

13
Developers / Theme png problem
« on: July 27, 2003, 11:43:59 AM »
Ok... I'll test it.
Bye, thanks :)

14
Developers / Theme png problem
« on: July 25, 2003, 08:42:48 AM »
I've a problem with some pics png...
An example:
status.png, with 7 16x16 pics with all status.
If I draw some white content into that png, when it's loaded into &RQ the white is equal to transparency (bleah!!!)...
what's the workaround?

I work with photoshop 6 and I save in PNG-8 format... boh!

Thanks to all, TC

15
Italiano / [FR] Occhietto in chat window
« on: July 24, 2003, 09:35:20 AM »
Nei tab in alto, oltre all'indicazione dello status, mi piacerebbe avere anche l'occhietto (o un altro sistema) che indica se sono visible o no al contact.

Cya!

Pages: 1 2 3 ... 7