#include <iostream>
#include <iomanip>
#include <string>
using namespace std;
string date;
#define blogline cout << setw(30)
<< right <<
#define startline cout << "\n\n" << date << endl
#define
BR << "\n"
// BLOGSTART:
/*############################# WELCOME @ MMSEC.NET
#############################
-The THINK ABOUT Blog - */
//~~~~~~~~~~~~~~~~~~~~~~~InfoSec Warning~~~~~~~~~~~~~~~~~
void WARNING()
{
date
= "Today";
startline;
blogline "Ransomware:
Emotet" << endl;
blogline "Be
Careful about a password-protected archive file" BR;
blogline "as a mail
attachment, this may contain a document with a malicious macro" BR
<<
"…this will download the Emotet
Payload" BR;
}
//~~~~~~~~~~~~~~~~~~~~~~~InfoSec Warning~~~~~~~~~~~~~~~~~
void WARNING2()
{
date
= "Today";
startline;
blogline "Ransomware:
Mail Attachment" << endl;
blogline "While our
Security systems getting better and better," BR;
blogline "Ransomware
still uses the main Weak spot, the Users…" BR;
blogline "most of the
Malware is still delivered over E-Mail. " BR;
blogline "Companies
still have a lot to do, to raise awareness for it." BR;
}
//~~~~~~~~~~~~~~~~~~~~~~~COMMEND OF THE DAY~~~~~~~~~~~~~~~~~
void CofD_202006()
{
date
= "Today";
startline;
blogline "The Bear
hits Apple?" BR;
blogline "At the
moment we can see a fall of Apple shares…" BR;
blogline "September
without a new iPhone, Upcoming Election and the Riots in the Country"
BR;
blogline "are not helpful
at all." BR;
blogline "But I guess
its predictable, that after the October event the Bull will take care of!"
BR;
}
//~~~~~~~~~~~~~~~~~~~~~~~COMMEND
OF THE DAY~~~~~~~~~~~~~~~~~
void CofD_2020cov()
{
date
= "Today";
startline;
blogline "Coronavirus
as a chance to change!" BR;
blogline "While a
lot of people are complaining about the Coronavirus and the" BR;
blogline "rules by
the Governments to protect the people, they / we are may miss a great Chance!"
BR;
blogline "A Chance
to reduce traffic, a chance to connect people’s ideas, a chance to use technology"
BR;
blogline "to create
a better world." BR;
blogline "Don’t use
technology for starting Riots, don’t use technology to blame the Governments,"
BR;
blogline "don’t use
technology to spread fake facts…" BR;
blogline "If we use
it for connecting innovations and learning, this virus could be a great chance!"
BR;
}
//~~~~~~~~~~~~~~~~~~~~~~~COMMEND OF
THE DAY~~~~~~~~~~~~~~~~~
void CofD_202001()
{
date
= "Today";
startline;
blogline "Global
Information Security:" BR;
blogline "Today I
was researching some facts across the world" BR;
blogline "so I was
reading information security news @ the biggest news platforms in: "BR;
blogline "USA, GB, GER, IN and RU."BR;
blogline "It's
remarkable how different some nations getting information about InfoSec."BR;
blogline "I guess
the Russians Indians and the Germans are very interested about it"
BR;
blogline "In GB and
USA you find a lot less..." BR;
blogline "Are they
not interested or dont they get the information?"BR;
blogline "I guess I
was not -geoblocked- from their important
News..."BR;
}
//~~~~~~~~~~~~~~~~~~~~~~~COMMEND
OF THE DAY~~~~~~~~~~~~~~~~~
void CofD_202002()
{
date
= "Today";
startline;
blogline "RTX 30xx unleashed”"
BR;
blogline "With the
new RTX 30xx series, NVidia released the new State of the art Card."
BR;
}
//~~~~~~~~~~~~~~~~~~~~~~~Info~~~~~~~~~~~~~~~~~
void CofD_202004()
{
date
= "Today";
startline;
blogline "MMSec is now on twitter!" BR;
blogline "Check out
and Follow @mmsec_net" BR;
}
//~~~~~~~~~~~~~~~~~~~~~~~First
Post~~~~~~~~~~~~~~~~~
void CofD_202005first()
{
date
= "Today";
startline;
blogline "MMSec.net
is live!" BR;
blogline "A JOURNEY
HAS JUST BEGUN" BR;
}
int main()
{
blogline "Welcome @
mmsec.net! " << endl;
blogline "``````````````````````"<<
endl;
blogline "\n\n";
blogline "Iam just a simple 9001;20001;27001\n guy who cares about
Information Security"<< endl;
WARNING();
WARNING2();
CofD_202006();
CofD_2020cov();
CofD_202001();
CofD_202002();
CofD_202003();
CofD_202004();
CofD_202005first();
cout << "\n\n"
<< endl;
return 0;
}