Results 1 to 2 of 2
  1. #1
    Raydenman's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    Italy
    Posts
    261
    Reputation
    10
    Thanks
    810
    My Mood
    Amused

    Search for intruder

    This is not my application, but it's made by another italian in another forum.
    I wanted to post this, because moderator don't approved my application, they said that my application wasn't secure.
    Search for intruder is an application to see what files the applications make
    The application use the FileSystemWatcher class - source:
    Code:
    Public Class frmMain
    
        Private Sub txtFolder_Click(sender As System.Object, e As System.EventArgs) Handles txtFolder.Click
            Dim ChooseFolder As New FolderBrowserDialog
            If ChooseFolder.ShowDialog() = DialogResult.OK Then
                txtFolder.Text = ChooseFolder.SelectedPath
            End If
        End Sub
    
        Private Sub btnStart_Click(sender As System.Object, e As System.EventArgs) Handles btnStart.Click
            If btnStart.Text = "Start" Then
                If txtFolder.Text = "Click here to choose the folder" Then
                    MessageBox.Show("You need to select a folder!", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error)
                Else
                    Dim Files() As String = System****.Directory.GetFiles(txtFolder.Text)
                    For Each SingleFile As String In Files
                        Dim SingleFileInfo As New System****.FileInfo(SingleFile)
                        Dim FileItem As New ListViewItem(SingleFileInfo.Name)
                        FileItem.SubItems.Add(System****.Path.GetExtension(txtFolder.Text & SingleFileInfo.Name))
                        lvFiles.Items.Add(FileItem)
                    Next
                    btnStart.Text = "Stop"
                    FolderWatcher.Path = txtFolder.Text
                    FolderWatcher.EnableRaisingEvents = True
                End If
            Else
                FolderWatcher.EnableRaisingEvents = False
                Me.Text = "Search for intruder"
                btnStart.Text = "Start"
                txtFolder.Text = "Click here to choose the folder"
                lvFiles.Items.Clear()
            End If
        End Sub
    
        Private Sub btnMinimize_Click(sender As System.Object, e As System.EventArgs) Handles btnMinimize.Click
            Me.WindowState = FormWindowState.Minimized
        End Sub
    
        Private Sub btnExit_Click(sender As System.Object, e As System.EventArgs) Handles btnExit.Click
            FolderWatcher.EnableRaisingEvents = False
            Application.Exit()
        End Sub
    
        Private Sub FolderWatcher_Created(sender As System.Object, e As System****.FileSystemEventArgs) Handles FolderWatcher.Created
            MessageBox.Show("< " & e.FullPath & " >" & " is the intruder in < " & txtFolder.Text & " > at " & "< " & Now & " >", "Detected intruder", MessageBoxButtons.OK, MessageBoxIcon.Warning)
        End Sub
    
        Private Sub FolderWatcher_Deleted(sender As System.Object, e As System****.FileSystemEventArgs) Handles FolderWatcher.Deleted
            MessageBox.Show("< " & e.FullPath & " >" & " was deleted from < " & txtFolder.Text & " > at " & "< " & Now & " >", "Detected intruder", MessageBoxButtons.OK, MessageBoxIcon.Warning)
        End Sub
    
        Private Sub FolderWatcher_Renamed(sender As System.Object, e As System****.RenamedEventArgs) Handles FolderWatcher.Renamed
            MessageBox.Show("< " & e.FullPath & " >" & " was renamed from < " & e.OldFullPath & " >" & " to < " & e.FullPath & " > at " & "< " & Now & " >", "Detected intruder", MessageBoxButtons.OK, MessageBoxIcon.Warning)
        End Sub
    
    End Class
    To use this:
    1) Close all your application: Chrome etc.
    2) Open only Search for intruder
    3) Choose C:\
    3) Open the application to check. Click in some button and see if "Search for intruder" say that there is a new intruder.
    Go under this post to download the binary file...

    Virus scanz:
    https://www.virustotal.com/it/file/a...is/1421510923/
    https://virusscan.jotti.org/it/scanre...c45df8ae6fa310
    The source is free.

    @Mayion

    Test1: https://gyazo.com/b1d1b6db46121770664de0d8d9df8363
    Test2: https://gyazo.com/e62f5fbe640862a5604f1b63699a361e
    <b>Downloadable Files</b> Downloadable Files
    Last edited by Raydenman; 01-17-2015 at 09:20 AM.

  2. #2
    Mayion's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Bed
    Posts
    13,504
    Reputation
    4018
    Thanks
    8,372
    My Mood
    Twisted
    Approval time will be extended for security measurements.
    I do not use any type of messenger outside of MPGH.
    Inactive but you can reach me through VM/PM.










     

    Donator - 30 August 2013
    Battlefield Minion - 26 October 2013

    Blackshot Minion - 14 January 2014/16 September 2014
    Minecraft Minion - 7 February 2014/16 September 2014
    WarRock Minion - 23 February 2014
    League of Legends Minion - 21 March 2014

    Minion+ - 15 May 2014
    Other Semi-Popular First Person Shooter Minion - 8 August 2014
    CrossFire Minion - 23 October 2014
    Programming Section Minion - 13 November 2014
    Marketplace Minion - 7 December 2014

    Official Middleman - 7 December 2014 - 27 June 2015
    Moderator - 29 December 2014
    Project Blackout Minion - 10 January 2015
    News Force Interviewer - January 2015
    Steam Games Minion - 21 March 2015
    Dragon Nest Minion - 31 March 2015
    Publicist - April 2015 - 21 September 2015
    Global Moderator - 25 August 2015
    Super User - 13 August 2016



Similar Threads

  1. i search for an account
    By timtomo in forum Trade Accounts/Keys/Items
    Replies: 10
    Last Post: 07-12-2007, 07:31 PM
  2. Search for: Wallhack, auto shooter, unlimted ammo
    By kip1234 in forum WarRock - International Hacks
    Replies: 6
    Last Post: 06-07-2007, 08:37 AM
  3. Explain searching for infinite ammo address?
    By americanguy in forum WarRock Korea Hacks
    Replies: 3
    Last Post: 05-27-2007, 07:58 AM
  4. How Would I Search For Boxes?
    By Luigid in forum WarRock - International Hacks
    Replies: 3
    Last Post: 04-23-2007, 09:10 PM
  5. Hi;Searching for hack
    By Silverman in forum General Game Hacking
    Replies: 0
    Last Post: 12-31-2005, 05:35 AM