Welcome to Mobilarian Forum - Official Symbianize forum.

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

[RESEARCH] Creating a chain of http connections

Alexhost
H 0

hacxx

Corporal
Member
Access
Joined
Aug 3, 2021
Messages
524
Reaction score
410
Points
43
Age
25
Location
PT
grants
₲10,358
3 years of service
You have seen it in the movies, the hacker broke into the system and the good guys are tracing back and it ping pongs on multiple locations...

Here i will teach how to construct one chain of http connections with your browser (not really requiring code)

In this chain i'm requesting a tor address using tor2web .ly gateway from a remote server (to bypass any malicious code) and the remote server converts the page into a image that is remotely requested from a web Glype proxy.

Code:
Please, Log in or Register to view codes content!

Code:
Please, Log in or Register to view codes content!

  • First start by opening notepad and copy 4 (In this example
    Please, Log in or Register to view URLs content!
    )
  • Paste in notepad and copy 2 (This will take a printscreen from the site)
  • Paste in notepad and assemble 2 with 4 (The field of interest is &url=)
  • Paste in a new line
  • Copy 1 and paste on notepad
  • Edit 1 and paste your generated code to u= (u= is the url in glype)
  • Paste the code in your browser

Something like this:::::
Code:
Please, Log in or Register to view codes content!
 
Top Bottom