Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SMTP] - [PROXY] - [PORT 80] Ovvero come aggiro il proxy
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
koma
Advocate
Advocate


Joined: 06 Jun 2003
Posts: 2702
Location: Italy

PostPosted: Mon Nov 19, 2007 9:12 am    Post subject: [SMTP] - [PROXY] - [PORT 80] Ovvero come aggiro il proxy Reply with quote

Ciao ragazzi :)!
Come ho già detto in altri post sono in una lan aziendale dove si esce solo sulla 80 o al massimo https.
Oggi sono riuscito vinalmente a fregare la mail aziendale mandandomi le mail su gmail e scaricandomele con freepops. Ora la domanda è:
Per Mandare le mail come posso fare?
Per inteso sarei disposto anche a mettermi un server smtp in locale ma in ogni caso per il delivery dovrei passare per delle porte che non mi sono state aperte :).
Avete idea di come mandare le mail attraverso un qls programma di posta senzao dover passare dalla 25 o simili?
_________________
http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD
Back to top
View user's profile Send private message
drizztbsd
Retired Dev
Retired Dev


Joined: 21 Nov 2004
Posts: 278
Location: Cesano Maderno

PostPosted: Mon Nov 19, 2007 10:02 am    Post subject: Reply with quote

http://www.nocrew.org/software/httptunnel.html
_________________
Gentoo/Alt lead
Gentoo/*BSD and Gentoo/FreeBSD deputy lead
Paludis contributor
Back to top
View user's profile Send private message
koma
Advocate
Advocate


Joined: 06 Jun 2003
Posts: 2702
Location: Italy

PostPosted: Mon Nov 19, 2007 10:41 am    Post subject: Reply with quote

mhhh ci sto provando ma nn sembra funzionare:
Code:
htc -P 10.138.0.20:8080 smtp.google.com:587 --forward-port 587

Secondo voi come devo fare?
_________________
http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD
Back to top
View user's profile Send private message
drizztbsd
Retired Dev
Retired Dev


Joined: 21 Nov 2004
Posts: 278
Location: Cesano Maderno

PostPosted: Mon Nov 19, 2007 1:23 pm    Post subject: Reply with quote

leggi il manuale, devi metterne uno in ascolto su un server esterno (pc di casa)
_________________
Gentoo/Alt lead
Gentoo/*BSD and Gentoo/FreeBSD deputy lead
Paludis contributor
Back to top
View user's profile Send private message
koma
Advocate
Advocate


Joined: 06 Jun 2003
Posts: 2702
Location: Italy

PostPosted: Mon Nov 19, 2007 1:38 pm    Post subject: Reply with quote

gah dubito di poterlo mettere in ascolto sul server smtp di gmail :D
_________________
http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD
Back to top
View user's profile Send private message
X-Act!
Apprentice
Apprentice


Joined: 22 Nov 2004
Posts: 245
Location: /home/xact/

PostPosted: Mon Nov 19, 2007 5:15 pm    Post subject: Reply with quote

koma wrote:
gah dubito di poterlo mettere in ascolto sul server smtp di gmail :D


E' inutile impazzire:
- tu puoi uscire sulla porta 80 e questo non lo puoi cambiare
- l'smtp di google (come qualsiasi altro) si aspetta connessioni sulla porta 25 e neanche questo puoi cambiare.
Hai bisogno di una macchina che sia sotto il tuo controllo, che possa accettare richieste sulla porta 80 e rimbalzartele in uscita verso la porta 25. Per le prime due condizioni non hai problemi, ma per la terza questa macchina deve necessariamente essere fuori dalla tua rete aziendale (da cui il suggerimento del computer di casa).

Il server di google andrebbe benissimo, se tu ne avessi la password di root!
_________________
"Io non mi sento obbligato a credere che lo stesso Dio che ci ha dotato di senso, ragione ed intelletto intendesse che noi ne facessimo a meno."
-- Galileo Galilei
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Mon Nov 19, 2007 7:31 pm    Post subject: Reply with quote

Io quando mi trovai in una situazione come la tua misi sul pc di casa openvpn in ascolto sulla porta 80, così tramite la vpn puoi usufruire di tutti i servizi che vuoi.
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
koma
Advocate
Advocate


Joined: 06 Jun 2003
Posts: 2702
Location: Italy

PostPosted: Wed Nov 21, 2007 9:42 pm    Post subject: Reply with quote

Kernel78 wrote:
Io quando mi trovai in una situazione come la tua misi sul pc di casa openvpn in ascolto sulla porta 80, così tramite la vpn puoi usufruire di tutti i servizi che vuoi.
Filtrano sui pacchetti se il dialogo non è con un apache/IIS o altro webserver droppa :)

Sono proprio dei gran figli di sistemiste.

Non so se essere arrabbiato per il comportamento o divertirmi per la sfida :D Mi sa che stanotte scrivo un programmino per fuckare i pacchetti.
_________________
http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD
Back to top
View user's profile Send private message
X-Act!
Apprentice
Apprentice


Joined: 22 Nov 2004
Posts: 245
Location: /home/xact/

PostPosted: Wed Nov 21, 2007 10:00 pm    Post subject: Reply with quote

koma wrote:
Filtrano sui pacchetti se il dialogo non è con un apache/IIS o altro webserver droppa :)

Questo non mi torna tanto: va bene un IDS, ma capire con chi stai parlando mi sembra strano... Al massimo un enforcement sul protocollo, ma dovrebbe essere parecchio stretto. Se esci in https prova con quello!
_________________
"Io non mi sento obbligato a credere che lo stesso Dio che ci ha dotato di senso, ragione ed intelletto intendesse che noi ne facessimo a meno."
-- Galileo Galilei
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Thu Nov 22, 2007 6:37 am    Post subject: Reply with quote

Puoi provare (come ti ha suggerito X-Act!) a spostarti sulla porta https (non mi ricordo il numero adesso) oppure metti su un tunnel http per far passare la vpn.
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
Peach
Advocate
Advocate


Joined: 08 Mar 2003
Posts: 3686
Location: London, UK

PostPosted: Thu Nov 22, 2007 12:18 pm    Post subject: Reply with quote

Kernel78 wrote:
(non mi ricordo il numero adesso)


Code:
$ grep -i https /etc/services
https           443/tcp                         # MCom
https           443/udp

_________________
Gentoo user since 2004.
"It's all fun and games, until someone loses an eye" - mom
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Thu Nov 22, 2007 12:22 pm    Post subject: Reply with quote

(non mi ricordavo nemmeno che esistesse quel file)
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum