Archive | January 2013

Cat Karat Packet Builder

Just came across this Networking Tool. Look forward to trying it soon.

https://sites.google.com/site/catkaratpacketbuilder/

Cat Karat Packet Builder is a is a handy, easy to use IP4, IP6, IP4/IP6 tunnels, PPoE, TCP, UDP, ICMPv4, ICMPv6, VRRP, IGMP, ARP, DHCP , OAM, VLAN (Q in Q), MPLS, Spanning tree BPDU and LLDP packet generation tool that allows to build custom packets for firewall or target testing and has integrated scripting ability for automated testing .
This Packet Builder enables the user to specify the entire contents of the packet from the GUI. In addition to building packets. Packet Builder also supports saving packets to packet files and sending packets to network. It can be used at all kinds of network areas like traffic generator, packet generator or protocol simulator.
This project also provides a packet capture tool. It is designed for use by anyone who wants to inject packets into a network and/or observe packets exiting a network.Usually packet operation by following protocol stack is limited to command line interface. With this tool, all user have to do is clicking the screen, which almost everybody can do.

Migrating email from Gmail to Office365 using imapsync

To migrate email from Gmail to Office365, start by logging into Gmail, and hiding all the labels that are not to be migrated and enable IMAP access.

Create the Office365 account and obtain the IMAP server address, mine was pod51010.outlook.com,

Install imapsync using either: apt-get install imapsync   or yum install imapsync

Fill in the details below with the appropriate usernames and passwords and execute the command below:


imapsync --buffersize 8192000 --nosyncacls --subscribe 
--syncinternaldates --host1 imap.gmail.com --user1 
USERNAME@gmail.com --password1 GMAILPass --ssl1 
--port1 993 --host2 pod51010.outlook.com --user2 
OFFICE365User --password2 OFFICE365Pass --ssl2 
--port2 993 --noauthmd5 --useheader 'Message-ID' 
--skipsize