Jump to content

r4v37t

Active Members
  • Posts

    99
  • Joined

  • Last visited

Posts posted by r4v37t

  1. This is a preview of my apps:

    This is my address location on my web browser:

    01.jpg

    This is my link when I want to see the detail of news:

    02.jpg

    When I want get the refferer page is always this URL is appear:

    01.jpg

    not the URL that I open when I open any link in the news I have open before:

    02.jpg

  2. Recently I learned ajax application, but before I had to learn HTML and PHP.

    Ajax applications have a little problem that I found, are the steps I found my problems:

    1. I made a list of some of the news.

    2. I open the news that I want to use ajax.

    3. In news that I go there are more news links.

    4. I again opened another news story that I found on the previous open.

    - My problems started from here -

    5. How can I get back on the news pages before (on step 2)?

    In this case I use:

    1. index.php (as file to show list of some of the news).

    2. news_detail.php (as file to show detail of news).

    -->news_detail.php parameter

    -->-->id (use to select what news is show).

    Please help me to solve this problems,

    ---edited---

    in my case all news link is open by ajax combined with PHP, help me to find the answer in AJAX apps.

    ---edited---

    Greeting,

  3. ARP poisoning only works with a 'normal' computer network because the underlying protocol (ARP) has no accommodation for security. The chances of the mobile phone network using such a unsecure-able and, frankly, unreliable* protocol is unlikely. It is far more likely that the transceiver towers keep a track of what phones are attached to them and keep a central location notified of there associations.

    *On a mobile phone network, with hundreds of devices per transceiver tower, it would completely fall over generating more traffic than there would be actual data on the network.

    What about the cell phone signal booster?

    Could it be sniffing equipment for mobile phone?

  4. If so, what about the 2.4 GHz signal?

    That is a radio signal that can be captured by using wireless devices.

    If this is true can not be done, where I can learn about this cell phone signal?

    btw, I'm doing this just for my thesis material later. or maybe can give me advice for the title of my thesis later ;-)

  5. I started with Mandrake 7, then I try SuSe 6, then try RedHat, then try Fedora, then try Ubuntu, then try backtrack (it's a lot of fun), but my choice is Ubuntu and backtrack.

    Just try more than 2 Linux Distro (because now Linux is more easy to use and learn), then you can let your choice.

  6. Sorry to tell you this but Wargames is a movie based on fiction.

    Yes, that movie is based on fiction but i think it's possible to do. In sniffing may be can, but I don't know is it possible make phone cell signal redirecting?

    First off if we are talking about Carriers such at Att and Tmo they use GSM and its Encrypted. There has been a group that is working on creating a rainbow table for GSM so you maybe inluck there.

    Also you can get a GNU radio, and get a GSM daughter card, setup will run about 800 bucks that will let you scan the 850 ban i believe. At that point you could use wireshark to scan with the Radio, but once again the traffic for the most part is encrypted

    Sure, that GSM signal is encrypted.

    But how to make that hardware to sniff that signal and what is the require to make this?

    I don't want buy this hardware even is it available, but I want built it by my self with low cost. (this it I need one the another is software where is connected with this hardware)

  7. I know that nothing is secure, but now I just want to know how PHP can encrypt the POST data before its send to server.

    I need help, if you are can help me please send me link or anything that can make me learn how PHP can do that.

    Thanks.

  8. For now I don't care about the session but I want the post data (password or username or sensitive data) can be sent to server in already encrypted.

    Why I want use the PHP or another server side scripting because the method of my encryption is can't be hard to study than when I use the JavaScript, however the javascript code can be encrypted too but it still can be learn by another people.

    In this case I use CainAbel as the example for MITM, in this case sensitive data (password and username) can be catch easily because that I want the sensitive data is in already encrypted but it is possible to PHP to do?? If it is possible then how PHP can do that??

    Thanks

  9. I want makes my web is secure with encryption at a private information likes username and password.

    Like we know when PHP post that information to server it's not in encrypt, but I want makes it encrypt.

    How PHP can do that?? (like the javascript do in wifi web based security at login)

    Thanks.

×
×
  • Create New...