Frnds my name is Baru.I wanna give you best trick and tips from prefect hacker's post.it s all tips for only educational base not for crime.if any problem about it so plz comment......... .
More
Showing posts with label php navigation. Show all posts
Showing posts with label php navigation. Show all posts
Friday, 11 December 2015
P2 eXplorer Free
P2 eXplorer Free
P2 eXplorer is a forensic image mounting tool that allows you to mount a forensic image as a physical diskNetwork Forensic Analysis Tool
Xplico is an open source Network Forensic Analysis Tool (NFAT) that
aims to extract applications data from internet traffic
(e.g. Xplico can extract an e-mail message from POP, IMAP or SMTP traffic). Features include support for a multitude of protocols (e.g. HTTP, SIP, IMAP, TCP, UDP), TCP reassembly, and the ability to output data to a MySQL or SQLite database, amongst others.
Once you’ve installed Xplico, access the web interface by navigating
to http://<IPADDRESS>:9876 and logging in with a normal user
account. The first thing you need to do is create a case and add a new
session. When you create a new session you can either load a PCAP file
(acquired from Wireshark for example) or start a live capture. Once the
session has finished decoding, use the navigation menu on the left hand
side to view the results.
(e.g. Xplico can extract an e-mail message from POP, IMAP or SMTP traffic). Features include support for a multitude of protocols (e.g. HTTP, SIP, IMAP, TCP, UDP), TCP reassembly, and the ability to output data to a MySQL or SQLite database, amongst others.
12 Xplico
Monday, 27 July 2015
php navigation
<?php
if($_SERVER['QUERY_STRING'] == "SoD")
print "owns you!";
else
print "don't front!";
?>
Description: Instead of calling files like ( index.php?str=blah ) , you could do ( index.php?SoD ) and it would print out "owns you!". You can add more strings in there, this is just an example.
Subscribe to:
Posts (Atom)