div.nsl-container[data-align="left"] { text-align: left; } div.nsl-container[data-align="center"] { text-align: center; } div.nsl-container[data-align="right"] { text-align: right; } div.nsl-container div.nsl-container-buttons a[data-plugin="nsl"] { text-decoration: none; box-shadow: none; border: 0; } div.nsl-container .nsl-container-buttons { display: flex; padding: 5px 0; } div.nsl-container.nsl-container-block .nsl-container-buttons { display: inline-grid; grid-template-columns: minmax(145px, auto); } div.nsl-container-block-fullwidth .nsl-container-buttons { flex-flow: column; align-items: center; } div.nsl-container-block-fullwidth .nsl-container-buttons a, div.nsl-container-block .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px 0; width: 100%; } div.nsl-container-inline { margin: -5px; text-align: left; } div.nsl-container-inline .nsl-container-buttons { justify-content: center; flex-wrap: wrap; } div.nsl-container-inline .nsl-container-buttons a { margin: 5px; display: inline-block; } div.nsl-container-grid .nsl-container-buttons { flex-flow: row; align-items: center; flex-wrap: wrap; } div.nsl-container-grid .nsl-container-buttons a { flex: 1 1 auto; display: block; margin: 5px; max-width: 280px; width: 100%; } @media only screen and (min-width: 650px) { div.nsl-container-grid .nsl-container-buttons a { width: auto; } } div.nsl-container .nsl-button { cursor: pointer; vertical-align: top; border-radius: 4px; } div.nsl-container .nsl-button-default { color: #fff; display: flex; } div.nsl-container .nsl-button-icon { display: inline-block; } div.nsl-container .nsl-button-svg-container { flex: 0 0 auto; padding: 8px; display: flex; align-items: center; } div.nsl-container svg { height: 24px; width: 24px; vertical-align: top; } div.nsl-container .nsl-button-default div.nsl-button-label-container { margin: 0 24px 0 12px; padding: 10px 0; font-family: Helvetica, Arial, sans-serif; font-size: 16px; line-height: 20px; letter-spacing: .25px; overflow: hidden; text-align: center; text-overflow: clip; white-space: nowrap; flex: 1 1 auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-transform: none; display: inline-block; } div.nsl-container .nsl-button-google[data-skin="dark"] .nsl-button-svg-container { margin: 1px; padding: 7px; border-radius: 3px; background: #fff; } div.nsl-container .nsl-button-google[data-skin="light"] { border-radius: 1px; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .25); color: RGBA(0, 0, 0, 0.54); } div.nsl-container .nsl-button-apple .nsl-button-svg-container { padding: 0 6px; } div.nsl-container .nsl-button-apple .nsl-button-svg-container svg { height: 40px; width: auto; } div.nsl-container .nsl-button-apple[data-skin="light"] { color: #000; box-shadow: 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="white"] { color: #000; box-shadow: inset 0 0 0 1px #000; } div.nsl-container .nsl-button-facebook[data-skin="light"] { color: #1877F2; box-shadow: inset 0 0 0 1px #1877F2; } div.nsl-container .nsl-button-spotify[data-skin="white"] { color: #191414; box-shadow: inset 0 0 0 1px #191414; } div.nsl-container .nsl-button-apple div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack div.nsl-button-label-container { font-size: 17px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } div.nsl-container .nsl-button-slack[data-skin="light"] { color: #000000; box-shadow: inset 0 0 0 1px #DDDDDD; } div.nsl-container .nsl-button-tiktok[data-skin="light"] { color: #161823; box-shadow: 0 0 0 1px rgba(22, 24, 35, 0.12); } div.nsl-container .nsl-button-kakao { color: rgba(0, 0, 0, 0.85); } .nsl-clear { clear: both; } .nsl-container { clear: both; } .nsl-disabled-provider .nsl-button { filter: grayscale(1); opacity: 0.8; } /*Button align start*/ div.nsl-container-inline[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-inline[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-inline[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="left"] .nsl-container-buttons { justify-content: flex-start; } div.nsl-container-grid[data-align="center"] .nsl-container-buttons { justify-content: center; } div.nsl-container-grid[data-align="right"] .nsl-container-buttons { justify-content: flex-end; } div.nsl-container-grid[data-align="space-around"] .nsl-container-buttons { justify-content: space-around; } div.nsl-container-grid[data-align="space-between"] .nsl-container-buttons { justify-content: space-between; } /* Button align end*/ /* Redirect */ #nsl-redirect-overlay { display: flex; flex-direction: column; justify-content: center; align-items: center; position: fixed; z-index: 1000000; left: 0; top: 0; width: 100%; height: 100%; backdrop-filter: blur(1px); background-color: RGBA(0, 0, 0, .32);; } #nsl-redirect-overlay-container { display: flex; flex-direction: column; justify-content: center; align-items: center; background-color: white; padding: 30px; border-radius: 10px; } #nsl-redirect-overlay-spinner { content: ''; display: block; margin: 20px; border: 9px solid RGBA(0, 0, 0, .6); border-top: 9px solid #fff; border-radius: 50%; box-shadow: inset 0 0 0 1px RGBA(0, 0, 0, .6), 0 0 0 1px RGBA(0, 0, 0, .6); width: 40px; height: 40px; animation: nsl-loader-spin 2s linear infinite; } @keyframes nsl-loader-spin { 0% { transform: rotate(0deg) } to { transform: rotate(360deg) } } #nsl-redirect-overlay-title { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 18px; font-weight: bold; color: #3C434A; } #nsl-redirect-overlay-text { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; text-align: center; font-size: 14px; color: #3C434A; } /* Redirect END*//* Notice fallback */ #nsl-notices-fallback { position: fixed; right: 10px; top: 10px; z-index: 10000; } .admin-bar #nsl-notices-fallback { top: 42px; } #nsl-notices-fallback > div { position: relative; background: #fff; border-left: 4px solid #fff; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1); margin: 5px 15px 2px; padding: 1px 20px; } #nsl-notices-fallback > div.error { display: block; border-left-color: #dc3232; } #nsl-notices-fallback > div.updated { display: block; border-left-color: #46b450; } #nsl-notices-fallback p { margin: .5em 0; padding: 2px; } #nsl-notices-fallback > div:after { position: absolute; right: 5px; top: 5px; content: '\00d7'; display: block; height: 16px; width: 16px; line-height: 16px; text-align: center; font-size: 20px; cursor: pointer; }

TV Punjab | Punjabi News Channel

ਤੁਹਾਡਾ Instagram ਵੀ ਹੋ ਸਕਦਾ ਹੈ ਹੈਕ, ਸਾਵਧਾਨ ਰਹੋ ਅਤੇ ਅਪਣਾਓ ਇਹ ਤਰੀਕੇ

ਤਕਨੀਕੀ ਸੁਝਾਅ: ਹੈਕਿੰਗ ਸ਼ੁਰੂ ਤੋਂ ਹੀ ਸਾਈਬਰ ਸੰਸਾਰ ਨਾਲ ਜੁੜੀ ਹੋਈ ਹੈ। ਵੱਡੀਆਂ ਵੈੱਬਸਾਈਟਾਂ ਦੇ ਨਾਲ-ਨਾਲ ਕਈ ਵੱਡੇ ਖਾਤੇ ਵੀ ਹੈਕ ਹੋ ਜਾਂਦੇ ਹਨ। ਭਾਰਤ ਵਿੱਚ ਮੰਤਰਾਲਿਆਂ ਦੀਆਂ ਵੈੱਬਸਾਈਟਾਂ ਦੇ ਨਾਲ-ਨਾਲ ਸੁਪਰੀਮ ਕੋਰਟ ਦੇ ਯੂ-ਟਿਊਬ ਚੈਨਲ ਨੂੰ ਵੀ ਹੈਕ ਕਰਨ ਦੇ ਮਾਮਲੇ ਸਾਹਮਣੇ ਆਏ ਹਨ। ਸੋਸ਼ਲ ਮੀਡੀਆ ਅਕਾਊਂਟਸ ਦੇ ਹੈਕ ਹੋਣ ਦੀ ਗੱਲ ਕਰੀਏ ਤਾਂ ਦੇਸ਼ ‘ਚ ਹਾਲ ਹੀ ‘ਚ ਇੰਸਟਾਗ੍ਰਾਮ ਅਕਾਊਂਟਸ ਨੂੰ ਅੰਨ੍ਹੇਵਾਹ ਹੈਕ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ ਅਤੇ ਇਨ੍ਹਾਂ ਖਾਤਿਆਂ ਤੋਂ ਨਿਵੇਸ਼, ਕ੍ਰਿਪਟੋ ਆਦਿ ਨੂੰ ਉਤਸ਼ਾਹਿਤ ਕਰਨ ਵਾਲੀਆਂ ਪੋਸਟਾਂ ਕੀਤੀਆਂ ਜਾ ਰਹੀਆਂ ਹਨ। ਕਈ ਲੋਕਾਂ ਤੋਂ ਉਨ੍ਹਾਂ ਦੇ ਖਾਤਿਆਂ ਦੀ ਵਸੂਲੀ ਲਈ ਵੀ ਪੈਸਿਆਂ ਦੀ ਮੰਗ ਕੀਤੀ ਗਈ ਹੈ।

ਹੈਕਰ ਅਸਲ ਖਾਤੇ ਤੱਕ ਪਹੁੰਚ ਕਰ ਲੈਂਦੇ ਹਨ
ਇੰਸਟਾਗ੍ਰਾਮ ਅਕਾਉਂਟ ਨੂੰ ਹੈਕ ਕਰਨਾ ਇੰਸਟਾਗ੍ਰਾਮ ਦੀ ਨਕਲ ਤੋਂ ਵੱਖਰਾ ਹੈ। ਇੱਕ ਪਾਸੇ, ਨਕਲ ਦੇ ਰੂਪ ਵਿੱਚ, ਸਮਾਨ ਦਿੱਖ ਵਾਲੇ ਖਾਤੇ ਬਣਾਏ ਜਾਂਦੇ ਹਨ, ਜਦੋਂ ਕਿ ਦੂਜੇ ਪਾਸੇ, ਹੈਕਿੰਗ ਦੇ ਜ਼ਰੀਏ, ਅਸਲ ਖਾਤੇ ਤੱਕ ਪਹੁੰਚ ਕੀਤੀ ਜਾਂਦੀ ਹੈ। ਇੰਸਟਾਗ੍ਰਾਮ ਅਤੇ ਫੇਸਬੁੱਕ ਪੇਜਾਂ ਦੀ ਹੈਕਿੰਗ ਅਤੇ ਉਨ੍ਹਾਂ ਦੇ ਤਰੀਕਿਆਂ ਬਾਰੇ ਗੱਲ ਕਰਦੇ ਹੋਏ, ਹੈਕਰ ਫਿਸ਼ਿੰਗ ਪ੍ਰਕਿਰਿਆ ਦੀ ਵਰਤੋਂ ਕਰਦੇ ਹਨ। ਸਾਡੇ ਸਾਈਬਰ ਕਾਨੂੰਨ ਮਾਹਿਰ ਸਾਈਬਰ ਵਕੀਲ ਅਤੇ ਲੈਕਸ ਸਾਈਬਰ ਅਟਾਰਨੀਜ਼ ਦੇ ਸੰਸਥਾਪਕ ਅੰਕਿਤ ਦੇਵ ਅਰਪਨ ਨੇ ਇੰਸਟਾਗ੍ਰਾਮ ਅਤੇ ਫੇਸਬੁੱਕ ਪੇਜਾਂ ਨੂੰ ਹੈਕ ਕਰਨ ਦੇ ਤਰੀਕਿਆਂ ਬਾਰੇ ਜਾਣਕਾਰੀ ਦਿੱਤੀ ਹੈ।

ਲਿੰਕ ‘ਤੇ ਕਲਿੱਕ ਕਰੋ
ਸਾਈਬਰ ਮਾਹਿਰਾਂ ਦਾ ਕਹਿਣਾ ਹੈ ਕਿ ਇੰਸਟਾਗ੍ਰਾਮ ਜਾਂ ਫੇਸਬੁੱਕ ਨੂੰ ਹੈਕ ਕਰਨ ਤੋਂ ਪਹਿਲਾਂ ਯੂਜ਼ਰ ਨੂੰ ਲਾਲਚ ਦਿੱਤਾ ਜਾਂਦਾ ਹੈ ਜਾਂ ਕੋਈ ਮੈਸੇਜ ਭੇਜਿਆ ਜਾਂਦਾ ਹੈ ਜਿਸ ਨਾਲ ਉਸ ਨੂੰ ਖੁਦ ਨੂੰ ਸ਼ਾਮਲ ਕਰਨਾ ਪੈਂਦਾ ਹੈ। ਇਹ ਸੰਦੇਸ਼ ਅਜਿਹੇ ਹੋ ਸਕਦੇ ਹਨ ਜਿਵੇਂ ਕਿਸੇ ਹੋਰ ਉਪਭੋਗਤਾ ਨੇ ਆਪਣੇ ਆਪ ਨੂੰ ਕਿਸੇ ਵੱਡੇ ਪੁਰਸਕਾਰ ਲਈ ਨਾਮਜ਼ਦ ਕੀਤਾ ਹੋਵੇ ਅਤੇ ਤੁਸੀਂ ਲਿੰਕ ‘ਤੇ ਜਾ ਕੇ ਉਸ ਨੂੰ ਵੋਟ ਦੇ ਸਕਦੇ ਹੋ। ਅਜਿਹਾ ਵੀ ਹੋ ਸਕਦਾ ਹੈ ਕਿ ਜੇਕਰ ਤੁਸੀਂ ਕੋਈ ਨਿਵੇਸ਼ ਕਰਕੇ ਇੱਕ ਦਿਨ ਵਿੱਚ ਮੁਨਾਫਾ ਕਮਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ, ਤਾਂ ਇਸ ਲਿੰਕ ‘ਤੇ ਕਲਿੱਕ ਕਰੋ। ਇਹ ਇੱਕ ਇਨਾਮ ਕੂਪਨ ਨੂੰ ਰੀਡੀਮ ਕਰਨ, ਸਪਿਨ ਅਤੇ ਜਿੱਤਣ ਲਈ, ਜਾਂ ਤੁਹਾਡੇ ਖਾਤੇ ਨੂੰ ਸਾਈਬਰ ਅਪਰਾਧ ਤੋਂ ਬਚਾਉਣ ਲਈ ਹੋ ਸਕਦਾ ਹੈ।

ਇਹ ਫਿਸ਼ਿੰਗ ਹੈ
ਅਜਿਹੇ ‘ਚ ਜਦੋਂ ਯੂਜ਼ਰ ਇਸ ਲਿੰਕ ‘ਤੇ ਕਲਿੱਕ ਕਰਦਾ ਹੈ ਤਾਂ ਉਹ ਅਜਿਹੇ ਪੇਜ ‘ਤੇ ਜਾਂਦਾ ਹੈ ਜਿਸ ਦਾ ਇੰਟਰਫੇਸ ਬਿਲਕੁਲ ਇੰਸਟਾਗ੍ਰਾਮ ਵਰਗਾ ਹੈ। ਕਿਉਂਕਿ ਉਹ ਕੁਝ ਲਾਭ ਜਾਂ ਕੁਝ ਵੋਟ ਆਦਿ ਬਾਰੇ ਸੋਚ ਰਿਹਾ ਹੈ, ਉਹ ਉਸ ਪੰਨੇ ‘ਤੇ ਲਾਗਇਨ ਕਰਨ ਦੀ ਕੋਸ਼ਿਸ਼ ਕਰਦਾ ਹੈ। ਜਿਵੇਂ ਹੀ ਯੂਜ਼ਰਨੇਮ ਅਤੇ ਪਾਸਵਰਡ ਦਰਜ ਕੀਤਾ ਜਾਂਦਾ ਹੈ, ਇਸਦਾ ਕ੍ਰੈਡੈਂਸ਼ੀਅਲ ਲਿੰਕ ਓਰੀਜੀਨੇਟਰ ਕੋਲ ਜਾਂਦਾ ਹੈ। ਕਿਉਂਕਿ ਇਹ ਫਿਸ਼ਿੰਗ ਹੈ, ਜਿੱਥੇ ਉਪਭੋਗਤਾ ਦੇ ਪ੍ਰਮਾਣ ਪੱਤਰਾਂ ਲਈ ਇੱਕ ਡਮੀ ਵੈਬਸਾਈਟ ਬਣਾਈ ਜਾਂਦੀ ਹੈ, ਜਿਸ ‘ਤੇ ਜੋ ਵੀ ਇਨਪੁਟ ਹੁੰਦਾ ਹੈ ਉਹ ਆਪਣੇ ਆਪ ਹੀ ਲਿੰਕ ਬਣਾਉਣ ਵਾਲੇ ਵਿਅਕਤੀ ਕੋਲ ਜਾਂਦਾ ਹੈ। ਇਸ ਦੇ ਨਾਲ, ਤੁਹਾਡੀ ਆਈਡੀ ਅਤੇ ਪਾਸਵਰਡ ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਤੁਹਾਡੇ ਖਾਤੇ ਨੂੰ ਤੁਰੰਤ ਐਕਸੈਸ ਕੀਤਾ ਜਾਂਦਾ ਹੈ, ਅਤੇ ਤੁਰੰਤ ਉਸਦਾ ਨੰਬਰ / ਈਮੇਲ ਅਤੇ ਪਾਸਵਰਡ ਬਦਲ ਦਿੱਤਾ ਜਾਂਦਾ ਹੈ, ਜਿਸ ਕਾਰਨ ਉਪਭੋਗਤਾ ਦਾ ਖਾਤਾ ਹੈਕ ਹੋ ਜਾਂਦਾ ਹੈ।

ਫੇਸਬੁੱਕ ‘ਤੇ ਇਸ ਤਰ੍ਹਾਂ ਫਿਸ਼ਿੰਗ ਹੁੰਦੀ ਹੈ
ਫੇਸਬੁੱਕ ਪੇਜ ‘ਤੇ ਮੈਸੇਜ ਭੇਜ ਕੇ ਜਾਂ ਇਸ ਨਾਲ ਜੁੜੇ ਨੰਬਰ ‘ਤੇ ਟੈਕਸਟ ਕਰਕੇ ਅਤੇ ਈ-ਮੇਲ ਪਤੇ ‘ਤੇ ਈਮੇਲ ਭੇਜ ਕੇ ਲੋਕ ਫੇਸਬੁੱਕ ਪੇਜ ‘ਤੇ ਵੱਡੇ ਬ੍ਰਾਂਡਾਂ ਦੇ ਵਿਗਿਆਪਨ ਚਲਾਉਣ ਦੀ ਕੋਸ਼ਿਸ਼ ਕੀਤੀ ਜਾਂਦੀ ਹੈ ਅਤੇ ਕਿਹਾ ਜਾਂਦਾ ਹੈ ਕਿ ਇਸ ਵਿਗਿਆਪਨ ਨੂੰ ਚਲਾਉਣ ਲਈ ਵੱਡੀ ਰਕਮ ਅਦਾ ਕੀਤੀ ਜਾਵੇਗੀ। ਅਜਿਹੇ ‘ਚ ਯੂਜ਼ਰਸ ਤੁਰੰਤ ਇਸ ਨੂੰ ਸਵੀਕਾਰ ਕਰਦੇ ਹਨ ਅਤੇ ਅੱਗੇ ਵਧਣ ਦੀ ਇੱਛਾ ਦਿਖਾਉਂਦੇ ਹਨ। ਅਜਿਹੀ ਸਥਿਤੀ ਵਿੱਚ, ਉਪਭੋਗਤਾਵਾਂ ਨੂੰ ਫੇਸਬੁੱਕ ਬਿਜ਼ਨਸ ਮੈਨੇਜਰ ਨੂੰ ਇੱਕ ਲਿੰਕ ਭੇਜਿਆ ਜਾਂਦਾ ਹੈ ਅਤੇ ਉਨ੍ਹਾਂ ਦੇ ਐਡਮਿਨ ਐਕਸੈਸ ਵਿੱਚ ਇੱਕ ਈ-ਮੇਲ ਆਈਡੀ ਜੋੜਨ ਲਈ ਕਿਹਾ ਜਾਂਦਾ ਹੈ। ਫੇਸਬੁੱਕ ਦੀ ਸ਼ਬਦਾਵਲੀ ਵਿੱਚ, ਤੁਸੀਂ ਬਿਜ਼ਨਸ ਮੈਨੇਜਰ ਰਾਹੀਂ ਆਪਣੀ ਸੰਪਤੀਆਂ ਨੂੰ ਟ੍ਰਾਂਸਫਰ ਕਰ ਸਕਦੇ ਹੋ ਯਾਨੀ ਪੇਜ ਤੱਕ ਪਹੁੰਚ ਕਿਸੇ ਹੋਰ ਨੂੰ। ਅਜਿਹੇ ‘ਚ ਜਿਵੇਂ ਹੀ ਯੂਜ਼ਰ ਬਿਜ਼ਨੈੱਸ ਮੈਨੇਜਰ ‘ਚ ਕੋਈ ਹੋਰ ਈ-ਮੇਲ ਐਡਰੈੱਸ ਜੋੜਦਾ ਹੈ, ਇਹ ਆਪਣੇ-ਆਪ ਹੀ ਪੇਜ ‘ਤੇ ਐਕਸੈਸ ਟਰਾਂਸਫਰ ਕਰ ਦਿੰਦਾ ਹੈ, ਜਿਸ ਕਾਰਨ ਉਸ ਦਾ ਪੇਜ ਪੂਰੀ ਤਰ੍ਹਾਂ ਹੈਕ ਹੋ ਜਾਂਦਾ ਹੈ।

ਹੈਕਰਾਂ ਦਾ ਮੁੱਖ ਉਦੇਸ਼ ਸਿੱਧੇ ਤੌਰ ‘ਤੇ ਵੱਡੇ ਦਰਸ਼ਕਾਂ ਤੱਕ ਪਹੁੰਚਣਾ ਹੈ।
ਸਾਡੇ ਮਾਹਰਾਂ ਦਾ ਕਹਿਣਾ ਹੈ ਕਿ ਇੰਸਟਾਗ੍ਰਾਮ ਜਾਂ ਫੇਸਬੁੱਕ ਨੂੰ ਹੈਕ ਕਰਨ ਦਾ ਮੁੱਖ ਉਦੇਸ਼ ਸਿੱਧੇ ਤੌਰ ‘ਤੇ ਵੱਡੇ ਦਰਸ਼ਕਾਂ ਤੱਕ ਪਹੁੰਚਣਾ ਹੈ, ਅਤੇ ਇਹ ਤੁਹਾਡੇ ਉਤਪਾਦਾਂ ਜਾਂ ਸੇਵਾਵਾਂ ਨੂੰ ਇਸ ਦਰਸ਼ਕਾਂ ਤੱਕ ਪ੍ਰਮੋਟ ਕਰਨ ਲਈ ਵੀ ਕੀਤਾ ਜਾਂਦਾ ਹੈ। ਨਾਲ ਹੀ, ਅੱਜਕੱਲ੍ਹ ਕ੍ਰਿਪਟੋ ਅਤੇ ਸ਼ੇਅਰ ਮਾਰਕੀਟ ਦੀਆਂ ਬਹੁਤ ਸਾਰੀਆਂ ਡਮੀ ਵੈੱਬਸਾਈਟਾਂ ਬਣੀਆਂ ਹੋਈਆਂ ਹਨ, ਜਿੱਥੇ ਲੋਕਾਂ ਦਾ ਪੈਸਾ ਲਗਾਇਆ ਜਾਂਦਾ ਹੈ। ਕਈ ਵਾਰ ਇਹ ਹੈਕਰ ਖਾਤੇ ਦੀ ਪਹੁੰਚ ਵਾਪਸ ਕਰਨ ਲਈ ਪੈਸਿਆਂ ਦੀ ਮੰਗ ਕਰਦੇ ਹਨ ਅਤੇ ਉਪਭੋਗਤਾ ਮਜਬੂਰੀ ਵਿੱਚ ਉਨ੍ਹਾਂ ਨੂੰ ਵੱਡੀ ਰਕਮ ਟ੍ਰਾਂਸਫਰ ਵੀ ਕਰਦੇ ਹਨ।

ਸੁਰੱਖਿਆ ਤੁਹਾਡੇ ਨਿਯੰਤਰਣ ਵਿੱਚ ਹੈ
ਅਜਿਹੀ ਸਥਿਤੀ ਤੋਂ ਬਚਣ ਲਈ, ਸਾਡੇ ਮਾਹਰਾਂ ਨੇ ਹਮੇਸ਼ਾ ਟੂ ਫੈਕਟਰ ਪ੍ਰਮਾਣਿਕਤਾ ਨੂੰ ਸਮਰੱਥ ਰੱਖਣ ਦੀ ਸਲਾਹ ਦਿੱਤੀ ਹੈ। ਦੂਜੇ ਪਾਸੇ, ਕਿਸੇ ਵੀ ਅਣਅਧਿਕਾਰਤ ਲਿੰਕ ‘ਤੇ ਕਲਿੱਕ ਨਾ ਕਰੋ। ਪੈਸਾ ਕਮਾਉਣ ਅਤੇ ਨਿਵੇਸ਼ ਦੇ ਮੁਨਾਫੇ ਦੇ ਸ਼ਾਰਟ ਕੱਟ ਤਰੀਕਿਆਂ ਵਿੱਚ ਵਿਸ਼ਵਾਸ ਨਾ ਕਰੋ। ਨਾਲ ਹੀ, ਪੰਨੇ ‘ਤੇ ਇਸ਼ਤਿਹਾਰ ਆਦਿ ਵਰਗੇ ਕਿਸੇ ਵੀ ਹੋਰ ਲਾਲਚਾਂ ਤੋਂ ਬਚੋ। ਜੇਕਰ ਖਾਤਾ ਹੈਕ ਹੋ ਜਾਂਦਾ ਹੈ, ਤਾਂ ਫੇਸਬੁੱਕ ਜਾਂ ਸੋਸ਼ਲ ਮੀਡੀਆ ਦੇ ਹੈਲਪ ਸੈਕਸ਼ਨ ‘ਤੇ ਜਾਓ, ਈ-ਮੇਲ ਰਾਹੀਂ ਨੋਡਲ ਅਫਸਰ ਨੂੰ ਸੂਚਿਤ ਕਰੋ। ਖਾਤਾ ਹੈਕ ਹੋਣ ਤੋਂ ਬਾਅਦ ਕਿਸੇ ਵੀ ਤਰ੍ਹਾਂ ਦੇ ਲੈਣ-ਦੇਣ ਤੋਂ ਬਚੋ, ਅਤੇ ਖਾਸ ਸਥਿਤੀਆਂ ਵਿੱਚ, cybercrime.gov.in ‘ਤੇ ਸ਼ਿਕਾਇਤ ਦਰਜ ਕਰੋ ਜਾਂ ਆਪਣੇ ਨਜ਼ਦੀਕੀ ਪੁਲਿਸ ਸਟੇਸ਼ਨ ‘ਤੇ ਜਾਓ।

Exit mobile version