Posts

Submarine cable Map 2013

http://submarine-cable-map-2013.telegeography.com/

Hack Emails Password using BackTrack 5 (Man in the middle Attack)

Quick way to hack SSL password Requirements: 1. One Laptop Install BT-5 2.Working Wireless Lan Card and connected to any hotspot 3. SSLStrip installted 4. Etthercap installed 5.urlsniffer installed 6. aprspoof installed 7. Basic knowledge of linux and network Note: If you will try it using BackTrack-5 all will come pre-installed Be aware —you can only sniff email addresses and passwords on the same LAN, which means not on a remote computer outside the network. Step 1: In the first step we have to make sure that we are connected to a Wifi network and scan the available online node by using any network scanning software Step 2: One we know find the victim run this command and keep it running on the shell. This command will spoof the ARP request towards your PC arpspoof -i wlan0 -t 192.168.2.149 192.168.2.1 Explanation: aprspoof -i Network interface card IP-OF-VICTIM ROUTER-IP-ADDRESS Where -i switch is to define the interface in my case I used wireless so its ...

Installation of PVDM cards in PVDM slots in Cisco 2851

Image

Qemu - Stuff in GNS-3

Login Details: First Login: id: root pass: root 2nd Login su <enter> password: root Assigning IP Address and Default Gateway Configure IP For Qemu : root@box:$ Ifconfig eth0 192.168.1.11 netmask 255.255.255.0 Configure GW For Qemu : root@box:$ Route add default gw 192.168.1.1 eth0 How to keep QEMU (Microcore) settings across reboots in GNS3 After you have edited settings in /opt/bootlocal.sh   and saved them you have to run /usr/bin/filetool.sh -b to ammend the image appropriately! Basic network config would be something like: ifconfig eth0 x.x.x.1 netmask 255.255.255.0 up route add default gw x.x.x.254 Delete a default gateway: route delete default gw 10.0.0.1 Also check this link for more details: http://forum.gns3.net/topic1657-30.html  

Cisco Access Points - FAQs

Q. How many clients can associate to the AP? A. The AP has the physical capacity to handle 2048 MAC addresses, but, because the AP is a shared medium and acts as a wireless hub, the performance of each user decreases as the number of users increases on an individual AP. Ideally, not more than 24 clients can associate with the AP because the throughput of the AP is reduced with each client that associates to the AP. Q. How many service set identifiers (SSIDs) can you have per VLAN? A. You can have only one SSID per VLAN. The use of multiple SSIDs over a single VLAN is not supported with Aironet APs. Q. How many wireless IP telephony handsets are recommended per AP? A. IP telephony network sizing is essential to ensure that adequate bandwidth and resources are available to carry mission-critical voice traffic. In addition to the usual IP telephony design guidelines for sizing components, such as PSTN gateway ports, transcoders, WAN bandwidth, and so forth, also ...

Set up an Android Emulator on your PC

Image
today I am going to tell you how to set up an android emulator on your pc. If you are really interested in learning Android and don’t want to buy a compatible phone so, for that we have a solution fo this problem i.e. to setup an android emulator on your pc. Inside the emulator you will get the full environment of Android. Download the Required material from here:-     JDK (java development kit)  http://www.oracle.com/technetwork/java/javase/downloads/jdk7u9-downloads-1859576.html     Android SDK  ( http://developer.android.com/sdk/index.html ) Steps:- Install the Java development Kit in your PC Then Install Android SDK . Now open the Android SDK. Now check mark  the version of Android you want to install and click on install package button. Accept all packages for installation. After installation of packages open the Avd manager and click on new option Follow the below scr...

Zabbix - Network Monitoring Tool (Open Source)

Zabbix is the ultimate open source availability and performance monitoring solution. Zabbix offers advanced monitoring, alerting, and visualization features today which are missing in other monitoring systems, even some of the best commercial ones. Below is a short list of features available in Zabbix: auto-discovery of servers and network devices low-level discovery distributed monitoring with centralized web administration support for both polling and trapping mechanisms server software for Linux, Solaris, HP-UX, AIX, FreeBSD, OpenBSD, OS X native high performance agents (client software for Linux, Solaris, HP-UX, AIX, FreeBSD, OpenBSD, OS X, Tru64/OSF1, Windows NT4.0, Windows 2000, Windows 2003, Windows XP, Windows Vista) agent-less monitoring secure user authentication flexible user permissions web-based interface flexible e-mail notification of predefined events high-level (business) view of monitored resources audit log Screenshots: http://www.zabbix.co...

Set Root Password in Debian Linux

sudo passwd root

Webmin

What is Webmin? Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely. See the standard modules page for a list of all the functions built into Webmin, or check out the screenshots. for more info: http://www.webmin.com/  

Snort® - Intrusion Prevention and Detection System (IPS/IDS) - Open source

Snort® is an open source network intrusion prevention and detection system (IDS/IPS) developed by Sourcefire . Combining the benefits of signature, protocol, and anomaly-based inspection, Snort is the most widely deployed IDS/IPS technology worldwide. With millions of downloads and nearly 400,000 registered users, Snort has become the de facto standard for IPS. official website: http://www.snort.org/

CISSP related - Network Security Audit Softwares

McAfee Foundstone http://www.foundstone.com/ Foundstone practice is one of the world's foremost authorities on information security. Whether through strategic consulting, technology consulting, education, or a combination of all three, McAfee Foundstone delivers strategic solutions to security challenges, going well beyond a short-term fix. Our security experts make sure you have the right processes and procedures in place, the most effective tools to support those processes and procedures, and the education to make it all work together effectively and seamlessly. Tenable Nessus http://www.tenable.com/products/nessus/nessus-product-overview or security practitioners who assess complex enterprise networks for security flaws and compliance issues, Nessus is the world's most widely-deployed vulnerability and configuration assessment product. With more than five million downloads to date, Nessus features high-speed discovery, configuration auditing, asset profilin...