How to create DHCP server and a policy in the Fortigate

Here is an example script that demonstrates how to use the  fortigate-api  package to create a DHCP server and a policy in the Fortigate   from fortigate_api import FortigateAPI # Create a FortigateAPI object fgt = FortigateAPI(host="host", username="username", password="password") # Create a DHCP server data = {     "default-gateway": "192.168.255.1",     "netmask": "255.255.255.0",     "interface": "vlan.123",     "ip-range": [         {"start-ip": "192.168.255.2", "end-ip": "192.168.255.254",}     ], } fgt.dhcp_server.create(data) # Create a policy in the Fortigate data = dict(     name="POLICY",     status="enable",     action="accept",     srcintf=[{"name": "any"}],     dstintf=[{"name": "any"}],     srcaddr=[{"name": "all"}],     dstaddr=[{"name&quo

WhatsApp Pink scams vs GB WhatsApp, WhatsApp+

 Now a days as you all know that there is a malicious link spreading all over the world 🌎 which is claiming that if you will install this then you will be getting some special features and your whatsapp colour chat theme  will be pink, so it's a kind request to all of you don't fall in this scam as if you will install this app then the hackers will gain access to your whole mobile phone 📱 and get all the data and information of yourself such as your photos, videos, documents, call history details, chat and messages.

WhatsApp Pink


HIGHLIGHTS:-

  • This message is spreading all over the whatsapp group and claiming to install pink WhatsApp and get some new features.
  • The app is promising a pink colour theme in your chat and some special features.
  • If you will click on the link the hackers will get complete access to your mobile phone.
Some other scam apps are Like GBWhatsApp and whatsapp+ these whatsapp are also creating a big scam in the market the users think that are very different from others but are just falling into the scams.Thanking to Twitter, cybersecurity expert Rajshekhar Rajaharia wrote, "Beware of WhatsApp Pink!! A Virus is being spread in Whatsapp groups with an APK download link. Don't click any link with the name of #WhatsappPink. Complete access to your phone will be lost,"

GBWHATSAPP


However a cyber experts has warned to all that this link which is spreading is performing 🎭 nothing just spreading out and gaining access to the target mobile phone, in some cases the victim can loss their whatsapp account or some cases even their smartphones.


GBWHATSAPP provides the following features:-

Auto-Reply Feature

Improved Privacy options.

Ability to hide last seen.

Ability to hide the message delivered

Ability to hide Read Receipts.

Hide last seen for specific contacts only.

Set Group name up to 35 characters.

Ability to save any WhatsApp story to phone.

Copy the status of contacts simply by tapping on their status.

Ability to send all files (Eg. Apk, etc)

Ability to set your status up to 255 characters instead of the traditional 139 characters.

Ability to send broadcast to 600 people instead of 250 people.

But by giving all the above features it's is also harmful app because as you all know that is downloaded from an unknown source which may be a fraud who wants you to give your personal information/data to that particular company about whom we don't know any thing so it better for all of us use a normal whatsapp which has been downloaded from playstore as it's safe and secure. And one another fraud app is whatsapp+ which is also not a trusted app it's also making fool to people in society and getting their personal data in name of awesome features so it's a kind request to all the digital citizens that before downloading or installation of any app first read about it wheather these are good or harmful for you so I hope that article would have helped you in this fields of cyber world and atlast keep in your mind that not to download these three WhatsApp Pink, GBWHATSAPP, WhatsApp+.

Comments

Popular posts from this blog

How to Configure VXLAN in FortiGate Firewall

Higher Availability in FortiGate and VRRP in Cisco

Python Script to take the Backup of Multiple device in a Network