Swine Flu
Aaaatchooo! and that’s it!!!!!!

Read the PDF from the link below for knowing about Swine Flu and how to prevent yourself from Swine Flu.

Swine-Flu-INFLUENZA.pdf

1. Get the files you want to store and put them all on your desktop or a new folder
2. Select them all, right click and choose “Add to archive…”
3. In the field “Archive name” type in anything you want, such as “archive.rar”
4. Choose either ZIP or RAR as the archive format. RAR is highly recommended.
5. Press “OK”
6. Choose an image you want to be displayed when the JPG is opened normally, and place it in the same directory.
7. Open CMD, navigate to the directory and type the following (without quotes):
8. copy /b YOURIMAGE.ext + YOURARCHIVE.ext OUTPUT.ext
9. If done correctly, you should be able to view your normal JPG, and open it with WinRAR to the see contents of the RAR file you added.

Note: Use only PNG, GIF or JPG, do not use BMP as they take up too much space. WinZIP cannot open RAR, so if you are giving the file to a user who does not have WinRAR, choose ZIP as the archive. The display image (YOURIMAGE.ext) must be the same as the output extension (Cannot use JPG and output to PNG or vice versa)

Open google search and try searching the below keywords

* inurl:ViewerFrame?Mode=Refresh
* inurl:axis-cgi/jpg
* inurl:view/indexFrame.shtml
* inurl:view/index.shtml
* inurl:view/view.shtml
* inurl:/view.shtml
* intitle:”Live View / – AXIS” | inurl:view/view.shtml^
* inurl:ViewerFrame?Mode=
* liveapplet
* intitle:”live view” intitle:axis
* intitle:liveapplet
* allintitle:”Network Camera NetworkCamera”
* intitle:axis intitle:”video server”
* intitle:liveapplet inurl:LvAppl
* intitle:”EvoCam” inurl:”webcam.html”
* intitle:”Live NetSnap Cam-Server feed”
* intitle:”Live View / – AXIS 206M”
* intitle:”Live View / – AXIS 206W”
* intitle:”Live View / – AXIS 210?
* inurl:indexFrame.shtml Axis
* intitle:start inurl:cgistart
* intitle:”WJ-NT104 Main Page”
* intitle:snc-z20 inurl:home/
* intitle:snc-cs3 inurl:home/
* intitle:snc-rz30 inurl:home/
* intitle:”sony network camera snc-p1?
* viewnetcam.com
* intitle:”Toshiba Network Camera” user login
* intitle:”i-Catcher Console – Web Monitor”

To get started, we need to enable logging in your firewall, to do this follow these steps:

1- Log into your firewall

2- Enter those commands:

firewallname> enable
[enter enable password]
firewallname# conf t
firewallname(config)# logging on
firewallname(config)# logging trap debugging
firewallname(config)# logging host inside [ip of your internal syslog server]
firewallname(config)# write mem

You may also need to configure your pix to send a timestamp along with each message if your syslog server doesn’t generate one itself.

The command to generate a timestamp is: firewallname(config)# logging timestamp

In this case we won’t need to do this because the application I am using, named KIWI syslog daemon, generates its own timestamp.

Many other network devices can also be configured to send syslog messages. For more details on enabling them for this purpose, please refer to your vendor’s documentation.

EVENTCREATE [/S system [/U username [/P [password]]]] /ID eventid
[/L logname] [/SO srcname] /T type /D description

Description:
This command line tool enables an administrator to create
a custom event ID and message in a specified event log.

Parameter List:
/S system Specifies the remote system to connect to.

/U [domain\]user Specifies the user context under which
the command should execute.

/P [password] Specifies the password for the given
user context. Prompts for input if omitted.

/L logname Specifies the event log to create
an event in.

/T type Specifies the type of event to create.
Valid types: ERROR, WARNING, INFORMATION.

/SO source Specifies the source to use for the
event. A valid source can be any string
and should represent the application or
component that is generating the event.

/ID id Specifies the event ID for the event. A
valid custom message ID is in the range
of 1 – 1000.

/D description Specifies the description to be set for
the newly creating event.

/? Displays this help/usage.

Examples:
EVENTCREATE /T ERROR /ID 100
/L APPLICATION /D “Create an event in application log”

EVENTCREATE /T ERROR /ID 999 /L APPLICATION
/SO WinWord /D “new source Winword in application log”

EVENTCREATE /S system /T ERROR /ID 100
/L APPLICATION /D “Remote system without user credentials”

EVENTCREATE /S system /U user /P password /ID 100 /T ERROR
/L APPLICATION /D “Remote machine with user credentials”

EVENTCREATE /S system /U domain\user /ID 100 /T WARNING
/SO MyBatchFile.cmd /D “Maintenance script user logon failed”

DRIVERQUERY [/S system [/U username [/P [password]]]]
[/FO format] [/NH] [/SI] [/V]
Description:
Enables an administrator to enumerate and display the list of
installed device drivers as well as their properties.

Parameter List:
/S system Specifies the remote system to connect to.

/U [domain\]user Specifies the user context
under which the command should execute.

/P [password] Specify the Password for the given
user context. Prompts for input if omitted.

/FO format Specifies the type of output to display.
Valid values to be passed with the
switch are “TABLE”, “LIST”, “CSV”.

/NH Specifies that the “Column Header”
should not be displayed in the
screen output. Valid for “TABLE”
and “CSV” format only.

/V Displays detailed information. Not valid
for signed drivers.

/SI Provides information about signed drivers.

/? Displays this Help/Usage.

Examples:
DRIVERQUERY
DRIVERQUERY /FO CSV /SI
DRIVERQUERY /NH
DRIVERQUERY /S ipaddress /U user /V
DRIVERQUERY /S system /U domain\user /P password /FO LIST

OPENFILES /Disconnect [/S system [/U username [/P [password]]]]
{[/ID id] [/A accessedby] [/O openmode]}
[/OP openfile]

Description:
Enables an administrator to disconnect files and folders that have
been opened remotely through a shared folder.

Parameter List:
/S system Specifies the remote system to connect to.

/U [domain\]user Specifies the user context under which the
command should execute.

/P [password] Specifies the password for the given user
context. Prompts for input if omitted.

/ID open file ID Specifies to disconnect open files by file ID.
The “*” wildcard may be used.

/A username Specifies to disconnect all open files by
“accessed by” value. The “*” wildcard
may be used.

/O open mode Specifies to disconnect all open files by
“openmode” value. Valid values are Read,
Write or Read/Write. The “*” wildcard
may be used.

/OP open file Specifies to disconnect all open file
connections created by a specific “open
file” name. The “*” wildcard may be used.

/? Displays this help/usage.

Examples:
OPENFILES /Disconnect /?
OPENFILES /Disconnect /ID 1
OPENFILES /Disconnect /A username
OPENFILES /Disconnect /O Read/Write
OPENFILES /Disconnect /OP “c:\My Documents\somedoc.doc” /ID 234
OPENFILES /Disconnect /S system /U username /ID 5
OPENFILES /Disconnect /S system /U username /P password /ID *

OPENFILES /Query [/S system [/U username [/P [password]]]]
[/FO format] [/NH] [/V]

Description:
Enables an administrator to display a list of files and folders that
have been opened on a system.

Parameter List:
/S system Specifies the remote system to connect to.

/U [domain\]user Specifies the user context under which
the command should execute.

/P [password] Specifies the password for the given user
context. Prompts for input if omitted.

/FO format Specifies the format in which the output is
to be displayed.
Valid values: “TABLE”,”LIST”,”CSV”.

/NH Specifies that the “Column Header” should
not be displayed in the output.
Valid only for “TABLE” and “CSV” formats.

/V Specifies that the detailed information
should be displayed in the output.

/? Displays this help/usage.

Examples:
OPENFILES /?
OPENFILES /Query
OPENFILES /Query /FO csv /NH
OPENFILES /Query /FO LIST /V
OPENFILES /Query /S system /U username /P password /NH

Next Page »