shadowx
May 11 2006, 11:04 AM
| | I've used VB before which is why im asking this in the VB forum and not any other forum because i know with any other language other than PHP i have no chance so i dont actually know if this is possible with VB
WHat i want to do is change a HTTP request that is sent to a server so that a web filter cannot understand it and block the request. Before anyone says that i shouldnt do that its hacking etc...its not...im only doing it to see if it can be done. if i wanted to get around a filter i wouldnt bother making my own tool I'd use someone else (skript kiddy-ish i know but im lazy...) So does anyone know of a way that i could do this using VB. The main problem i though of is how to make the receiving server understand it when the request reaches them but also keep it secret from the filtering server...
So does anyone have any ideas if this could be done? im fairly new to VB which is why im asking first if its POSSIBLE then ill go do some research if it is.
Thanx in advanced
|
Reply
Galahad
May 11 2006, 01:02 PM
If I understood you corectly, you want to hide HTTP request from a filtering server, but you want that same HTTP request to be available to the actual web server, is that correct? If you want to to that, I would say it's quite impossible, as it would require you to write your own web server, in order to interpret that encrypted HTTP request... If you wish to encrypt HTTP requests in general, I believe HTTPS protocol is the one to look for... Basicly, if I understood your question correctly, what you want to do is not doable... I have never done anything with HTTP requests, so I'm not the best choice to listen to... But from what I know, in general about how things work, I think it's not doable... If anyone knows better, please, correct me...
Reply
shadowx
May 12 2006, 09:52 AM
i must admit i didnt hold up much hope, you understood my question though! maybe itll be possible with php to redirect the request withut the filtering server finding out... Thanx for your input. To google I go!
Reply
Recent Queries:--
block http request with vb6 - 244.65 hr back. (1)
-
httprequest vb6 - 451.68 hr back. (1)
Similar Topics
Keywords : visual, basic, internet, transmission, encrypt, http, request
- Mysql In Visual Basic
Mysql in visual basic (5)
Beginning Visual Basic
(4) CAn anyone give me a guide on VB? I've decided to learn it and I need something to work with....
thanks ....
My Guidewriter
Simple Visual Basic program to aid in making guides (3) I wrote this about 3 months ago for a different forum (Runescape Forums, one I'm currently a
G-Mod of. ) and I figured I'd share it with you. All it is, is a text editor with built in
buttons and menus for adding BBCodes. For example, if you wanted to make something bold, you type
what you want, highlight it, find bold in the text menu and click it. The nicest thing is, you
can save, and you don't have to worry about a forum failing after taking hours to write a guide.
I highly suggest you try it if you write guides often, the members on RsForums really lo....
Some Visual Basic 6.0 Uncompleted Projects
(2) hi friends, i have some good complete and incomplete projects in visual basic 6.0. and now i
want to sale them for some credit points. 100 credit points only....
Vb6 Tutorials
Request (3) Does anyone know where I can get a good tutorial on VB6? It's really essential that I learn it.
Tutorial section if to POST tutorials and not for asking. Moved to VB Programming section. Learn to
read all forum sections before making another mistake of posting in the wrong section. ....
Visual Basic 6
(5) Well currently I have the working model edition for Visual Basic 6.0 which won't allow me to
make .exe files. I was looking into buying the Learning Edition but I can't find it cheap or in
stock anywhere. I want to try and find it for under $100 used or new. If anyone has it, and
would like to make the .exe file for me if I send you the files that would be great, or if anyone
could help me find it for cheap.....
Visual Basic Express Edition Beta
How does it work? (2) Hey, I'm using (sorta) Visual Basic Express Edition Beta 2 (long name, eh?), but I can't
find any good tutorials on it; all of them are for visual basic.net... Is this the same thing? I
don't think so, and if I'm right, where can I go to get help for it?....
Http File Upload (post)
(4) Does anyone know how to upload a file and form data to a server? What i want to do is allow a user
to upload a file and form data to my php script so i can process it. So of course FTP would be no
good. I can do this with the XMLHTTP control but it does not thread and it pretty lame. Surely you
can do it with winsock or Inet Any ideas? Source code would be greatly appreciated. ....
Visual Basic 6.0 Help Needed
Adding lines to a textbox without delete (15) I need help with Visual Basic 6.0 and adding lines to a textbox without deleting any previous
lines.. I've gotten as far as finding a way to add the lines, but it deletes the prevous entree.
Help is appreciated!....
Free Copy Of Visual Studio.net Pro
STUDENTS ONLY (11) Visit THE SPOKE for your free copy of Visual Studio.NET.....
[tutorial] Visual Basic 6 Minimize To Tray
Minimize to Tray (7) This example will "minimize" your program to the system tray when you click on a button, and restore
it when you click the system tray icon. For this example you'll need: 1 Form - Form1 1 button -
Command1 Add a Module to your project, and ad this code: CODE ' Create an Icon in System
Tray Needs Public Type NOTIFYICONDATA cbSize As Long hwnd As Long uId As Long uFlags As Long
uCallBackMessage As Long hIcon As Long szTip As String * 64 End Type Public Const NIM_ADD = &H0
Public Const NIM_MODIFY = &H1 Public Const NIM_DELETE = &H2 Public Const WM_MOUSEMOVE ....
[tutorial] Visual Basic 6 Removing List Duplicates
Removing List Duplicates (2) Removing duplicates from lists is something that you'll have to put up with if you're, say,
parsing names off Outwar. Many delete-duplicate for...next loops are very slow, especially when you
have thousands of names to loop through several thousand times for each name on the list. This
function that I made is, in my opinion, the best and quickest way to do it without too many annoying
and slow for loops (good for lists 1k +). It compares lstA to lstB. Anything that is in both lists
is added to lstC. To change it so that anything that isn't in both lists is ....
[tutorial] Visual Basic 6 Downloading Images From A Webpage
Downloading Images from a webpage (2) Here's how to grab an image off the internet easily. You'll need an Inet on your form to do
this. You can always get rid of your string variables and substitute the actual strings: Code:
CODE Dim localFile As String Dim remoteFile As String Dim fNum As Long Dim b() As Byte
remoteFile = "http://www.site.com/image.jpg" localFile = "C:\image.jpg"
fNum = FreeFile b() = Inet1.OpenURL(remoteFile, icByteArray) Open
localFile For Binary As #fNum Put #fNum, , b() Close #fNum MsgBox "Done....
Looking for visual, basic, internet, transmission, encrypt, http, request
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for visual, basic, internet, transmission, encrypt, http, request
*MORE FROM TRAP17.COM*
|
advertisement
|
|