Skip to content

Commit

Permalink
Merge pull request #5 from nov0caina/wip_nov0caina
Browse files Browse the repository at this point in the history
Se crea proyecto instalador
  • Loading branch information
nov0caina authored Jul 3, 2022
2 parents 1cd4b90 + 23787bf commit eb33d2d
Show file tree
Hide file tree
Showing 52 changed files with 2,506 additions and 402 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ New graphic interface.
Requirements:
- You need to have WinPcap previously installed.
- Your Wi-Fi chipset must be compatible with monitor mode.
- Copy the archives "Computerfont.ttf" and "npf.sys" from the "LIB" folder to "bin\Debug\SelfishNetv0.exe" folder
- Copy the archives "Computerfont.ttf" and "npf.sys" from the "LIB" folder to "bin\Debug\SelfishNetv3.exe" folder

Current Functions:
- Mac Spoofing.
Expand Down
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SelfishNetv0/ArpForm.cs → SelfishNetV3/ArpForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using System.Threading;
using System.Windows.Forms;

namespace SelfishNetv0
namespace SelfishNetv3
{
#pragma warning disable CS1591 // Falta el comentario XML para el tipo o miembro visible públicamente
public delegate void delegateOnNewPC(PC pc);
Expand Down
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SelfishNetv0/CAdapter.cs → SelfishNetV3/CAdapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Net.NetworkInformation;
using System.Windows.Forms;

namespace SelfishNetv0
namespace SelfishNetv3
{
#pragma warning disable CS1591 // Falta el comentario XML para el tipo o miembro visible públicamente
public partial class CAdapter : Form
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion SelfishNetv0/CArp.cs → SelfishNetV3/CArp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using System.Collections.Generic;
using System.Linq;

namespace SelfishNetv0
namespace SelfishNetv3
{
#pragma warning disable CS1591 // Falta el comentario XML para el tipo o miembro visible públicamente
public class CArp : IDisposable
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions SelfishNetv0/CWizard.cs → SelfishNetV3/CWizard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
using System.IO;
using System.Windows.Forms;

namespace SelfishNetv0
namespace SelfishNetv3
{
public partial class CWizard : Form
{
#pragma warning disable CS1591 // Falta el comentario XML para el tipo o miembro visible públicamente

public CWizard()

{
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion SelfishNetv0/PC.cs → SelfishNetV3/PC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Net;
using System.Net.NetworkInformation;

namespace SelfishNetv0
namespace SelfishNetv3
{
#pragma warning disable CS1591 // Falta el comentario XML para el tipo o miembro visible públicamente
public class PC
Expand Down
2 changes: 1 addition & 1 deletion SelfishNetv0/PcList.cs → SelfishNetV3/PcList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Runtime.InteropServices;
using System.Threading;

namespace SelfishNetv0
namespace SelfishNetv3
{
#pragma warning disable CS1591 // Falta el comentario XML para el tipo o miembro visible públicamente
public class PcList : IDisposable
Expand Down
2 changes: 1 addition & 1 deletion SelfishNetv0/Program.cs → SelfishNetV3/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Windows.Forms;
using System.Runtime.InteropServices;

namespace SelfishNetv0
namespace SelfishNetv3
{
static class Program
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("SelfishNetv0")]
[assembly: AssemblyTitle("SelfishNetv3")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("SelfishNetv0")]
[assembly: AssemblyProduct("SelfishNetv3")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
13 changes: 13 additions & 0 deletions SelfishNetV3/Resources/Installation Instructions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
ONCE YOU HAVE INSTALLED "SelfishNetV3_Installer.msi" FOLLOW THIS INSTRUCTIONS:

(YOU OBVIOUSLY WILL NOT FIND THE PATH ON INSTRUCTION NUMBER 1 IF YOU HAVEN'T ISTALLED IT YET, SO GO AND DO THAT FIRST)


1.- Go to "C:\Program Files (x86)\nov0caina\SelfishNetV3".

2.- Once you're in the SelfishNetV3 folder, install WinPcap_4_1_3.exe this will install needed software to use your
wifi chipset.

3.- Install the Computerfont.ttf, this font is used by SelfishNetV3 and will look horrible without it.

4.- Thats it, make a fair use of this tool and enjoy!.
File renamed without changes
Binary file added SelfishNetV3/Resources/WinPcap_4_1_3.exe
Binary file not shown.
File renamed without changes
Binary file added SelfishNetV3/Resources/nov0caina.ico
Binary file not shown.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{299D869A-3E55-459A-BEF9-20188B8419E3}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>SelfishNetv0</RootNamespace>
<AssemblyName>SelfishNetv0</AssemblyName>
<RootNamespace>SelfishNetv3</RootNamespace>
<AssemblyName>SelfishNetv3</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
Expand All @@ -34,13 +34,13 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\SelfishNetv0.exe\</OutputPath>
<OutputPath>bin\Debug\SelfishNetv3.exe\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Prefer32Bit>false</Prefer32Bit>
<DocumentationFile>bin\Debug\SelfishNetv0.xml</DocumentationFile>
<DocumentationFile>bin\Debug\SelfishNetv3.xml</DocumentationFile>
<LangVersion>7.2</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
Expand All @@ -55,7 +55,47 @@
<LangVersion>7.2</LangVersion>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>this.Ico</ApplicationIcon>
<ApplicationIcon>nov0caina.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>bin\Debug\SelfishNetv3.xml</DocumentationFile>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>7.2</LangVersion>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>7.2</LangVersion>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>bin\Debug\SelfishNetv3.xml</DocumentationFile>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>7.2</LangVersion>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>7.2</LangVersion>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="DataGridViewNumericUpDownElements">
Expand Down Expand Up @@ -175,6 +215,7 @@
<None Include="Resources\Network_ConnectTo.png" />
<None Include="Resources\nov0caina.png" />
<None Include="Resources\fridaynight.png" />
<Content Include="nov0caina.ico" />
<Content Include="this.Ico" />
</ItemGroup>
<ItemGroup>
Expand Down
20 changes: 12 additions & 8 deletions SelfishNetv0/about.Designer.cs → SelfishNetV3/about.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SelfishNetv0/about.cs → SelfishNetV3/about.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System.Text;
using System.Windows.Forms;

namespace SelfishNetv0
namespace SelfishNetv3
{
public partial class about : Form
{
Expand Down
File renamed without changes.
Loading

0 comments on commit eb33d2d

Please sign in to comment.