Image
 
linkedin_logo.png rss_logo.jpg
twitter_logo.png youtube_logo.jpg
Latest Additions
 
EH-Net Login
Welcome Guest.






Lost Password?
No account yet? Register
Who's Online
We have 76 guests online
 
Free Business and Tech Magazines and eBooks

You are here: Home arrow Ethical Hacking Discussions and Related Certificationsarrow Network Pen Testingarrow Please let me know is that possible or not?‏
EH-Net
May 23, 2013, 09:20:15 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Go back to The Ethical Hacker Network Online Magazine Home Page
 
   Home   Help Calendar Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Please let me know is that possible or not?‏  (Read 6189 times)
0 Members and 1 Guest are viewing this topic.
mike23
Newbie
*
Offline Offline

Posts: 12


View Profile
« on: November 14, 2011, 03:09:53 AM »

Dear Friends,
i want to ask or need help , please let me know if that is possible or not..i am doing the VOIP/VOICE business and i need to know something regarding the Network or IP spoofing.

=> Example i have my own windows Dedicated Server, which is located in Thailand or Germany and i have Full administrator Access via Remote Desktop/Radmin. and my server IP is , let say server A (65.69.24.222) .

here is two more servers which i don't have any kind of access, means these both server is not mine.
Server B (77.77.66.11)
Server C (99.88.44.22)

OK, now is that possible to send VOICE traffic from Server A (65.69.24.222) to Server C (99.88.44.22) using Server C (99.88.44.22) IP , send/receive both

Please let me know if that is possible, i will b thank full to you for my whole life....

thanks
Logged
3xban
Hero Member
*****
Offline Offline

Posts: 608


View Profile WWW
« Reply #1 on: November 14, 2011, 09:02:33 AM »

Anything is possible, but the question is why would you be sending traffic to servers you don't own?  This is, afterall, an ETHICAL hacker forum. 
Logged

Certs: GCWN
(@)Dewser
mike23
Newbie
*
Offline Offline

Posts: 12


View Profile
« Reply #2 on: November 14, 2011, 02:32:09 PM »

i just need for my business purpose, bcoz that is the part of my business, so please let me know how is that possible and what kind of software i need for that....

many thanks in advance...
Logged
3xban
Hero Member
*****
Offline Offline

Posts: 608


View Profile WWW
« Reply #3 on: November 14, 2011, 02:43:44 PM »

Not really my area of expertise, though I am skeptical of your intentions in the matter.  Sorry it is how it goes here with new posters asking for assisting in doing something that may not be exactly ethical.   Sending specific traffic to a server not owned by you, falls into that category.
Logged

Certs: GCWN
(@)Dewser
mike23
Newbie
*
Offline Offline

Posts: 12


View Profile
« Reply #4 on: November 14, 2011, 02:47:34 PM »

dear....it will b VOICE traffic not spamming or something like that, i want to know bcoz i am also receiving that kind traffic,,,,i am asking from my business point of view ....
Logged
mike23
Newbie
*
Offline Offline

Posts: 12


View Profile
« Reply #5 on: November 15, 2011, 03:36:08 AM »

Please....its almost 1 year now i am searching for that!
Logged
cd1zz
Hero Member
*****
Offline Offline

Posts: 561


View Profile WWW
« Reply #6 on: November 15, 2011, 08:20:21 AM »

IP spoofing only really works when its on the same subnet, or when the protocol you're using is connectionless. You usually want to spoof an IP to get around some firewall rules, which sounds shady. What are you up to?
Logged

MaXe
Hero Member
*****
Offline Offline

Posts: 669


I've just upgraded myself to a cyborg muahahaa!!1


View Profile WWW
« Reply #7 on: November 15, 2011, 01:57:38 PM »

Please read the following article:
http://www.protocols.com/pbook/voipfamily.htm

With that in mind, most ways of communicating over "VOIP" use both TCP and UDP. The first one known as TCP, is used for reliable transmission of control and signaling data, while UDP is used for unreliable transmission of audio. (It's generally faster. Most "Internet radio streaming services" use UDP for audio as well.)

As TCP needs a 3-way handshake in order to exchange data, spoofing an IP-address will most likely make the 3-way handshake fail, so you won't be able to send control and signaling data if you spoof your IP-address.

UDP on the other hand, does not need a 3-way handshake and it is therefore possible to send audio from a spoofed location. The problem is that the target server will most likely not accept the data / audio as there's no "control data" being sent separately along telling the target server there's going to be an incoming call.

If you want to spoof UDP packets you can use Scapy.


I recommend you read up on TCP and UDP, even if you know it very well as you need more details about how spoofing works with these protocols. You should also study all the other "VOIP" protocols too, especially THOSE you are going to USE, as not all VOIP programs use the same protocols as far as I know.

Scapy is not easy to use and it will require a lot of hard study on your own, including your very own equipment too.

There's no easy way to do what you're trying to do, and even though generally it's almost not possible, remember that nothing is impossible, but what you're trying to do sounds improbable.


Please note that this information is meant for educational purposes only and that you should only test on equipment which you explicitly have permission (in writing) to test on or own legally.
Logged

I'm an InterN0T'er
mike23
Newbie
*
Offline Offline

Posts: 12


View Profile
« Reply #8 on: November 15, 2011, 02:33:13 PM »

IP spoofing only really works when its on the same subnet, or when the protocol you're using is connectionless. You usually want to spoof an IP to get around some firewall rules, which sounds shady. What are you up to?
let say server A (65.69.24.222) .(let suppose located in Germany)

here is two more servers which i don't have any kind of access, means these both server is not mine.
Server B (77.77.66.11) (let suppose located in Netherlands)  <-- different subnet
Server C (99.88.44.22) (let suppose located in UK)  <-- different subnet

OK, now is that possible to send VOICE traffic from Server A (65.69.24.222) to Server C (99.88.44.22) using Server C (99.88.44.22) IP , send/receive both

Please let me know in that case possible? and also please explain what does "or when the protocol you're using is connectionless" actually means

many thanks.....
Logged
cd1zz
Hero Member
*****
Offline Offline

Posts: 561


View Profile WWW
« Reply #9 on: November 15, 2011, 03:16:28 PM »

http://lmgtfy.com/?q=connectionless+protocol
Logged

MaXe
Hero Member
*****
Offline Offline

Posts: 669


I've just upgraded myself to a cyborg muahahaa!!1


View Profile WWW
« Reply #10 on: November 15, 2011, 05:56:25 PM »

Mike, it doesn't help if you ask the same question several times in the same thread or by PM'ing a lot of users. We've all told you somewhat the same. Please listen to what we're saying because it's the truth and nothing but the truth  Wink


Quoted for Truth  Smiley
Logged

I'm an InterN0T'er
mike23
Newbie
*
Offline Offline

Posts: 12


View Profile
« Reply #11 on: November 16, 2011, 03:16:49 AM »

thanks MaXe and cd1zz ....i think i just loss the 1 year in that stupid think.. Embarrassed..anyway thanks for replying with details !
Logged
camelCase
Newbie
*
Offline Offline

Posts: 12


View Profile
« Reply #12 on: May 14, 2012, 11:08:27 AM »

you need a proxy, this is what you are looking for
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.066 seconds with 23 queries.
 
Exclusive Deal

sansfire13_245x90_cw90.jpg
SANSFIRE 2013
June 15 - 22

5% Off w/ Code: EHN_5

SANS Deals 4 EH-Netters
5% OFF Any SANS Course in Any Format!
Coupon Code: EHN_5 Including SANS Rocky Mountain 2013 & SANS Boston 2013
Polls
Compared to this year, 2013 will be:
 
Recent Forum Topics
EH-Net News Feeds
Latest Additions
 
         
Advertisement

© 2013 The Ethical Hacker Network
Joomla! is Free Software released under the GNU/GPL License.