-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
88e74d5
commit 7b37842
Showing
80 changed files
with
590 additions
and
4,103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#Thu Jun 16 16:13:51 IRDT 2022 | ||
gradle.version=7.4 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions
1
.gradle/nb-cache/trust/C18E89ED0429CCAD70447DF17A5576B16254AB1B9253DEB8C3A514EC9D3C5765
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
7B4AD0E3465DD37EB6441DC325ABE9A47ED6CE87158C836E90FC3473A1B3FA2B |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
plugins { | ||
id 'java' | ||
} | ||
|
||
repositories { | ||
mavenCentral() | ||
} | ||
|
||
dependencies { | ||
implementation 'net.portswigger.burp.extender:burp-extender-api:1.7.22' | ||
} | ||
|
||
sourceSets { | ||
main { | ||
java { | ||
srcDir 'src' | ||
} | ||
resources { | ||
srcDir 'src' | ||
} | ||
} | ||
} | ||
|
||
task makeJar(type: Jar) { | ||
|
||
archiveBaseName = project.name | ||
from { configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) } } | ||
with jar | ||
} | ||
|
||
compileJava { | ||
targetCompatibility '1.8' | ||
sourceCompatibility '1.8' | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
build.xml.data.CRC32=48178936 | ||
build.xml.script.CRC32=2c4e4407 | ||
build.xml.stylesheet.CRC32=8064a381@1.80.1.48 | ||
build.xml.stylesheet.CRC32=f85dc8f2@1.103.0.48 | ||
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. | ||
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. | ||
nbproject/build-impl.xml.data.CRC32=48178936 | ||
nbproject/build-impl.xml.script.CRC32=1425d60a | ||
nbproject/build-impl.xml.stylesheet.CRC32=830a3534@1.80.1.48 | ||
nbproject/build-impl.xml.script.CRC32=7a5aaf4f | ||
nbproject/build-impl.xml.stylesheet.CRC32=12e0a6c2@1.103.0.48 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,8 +111,8 @@ | |
<EmptySpace max="-2" attributes="0"/> | ||
<Component id="jScrollPane9" min="-2" max="-2" attributes="0"/> | ||
<EmptySpace max="-2" attributes="0"/> | ||
<Component id="jScrollPane8" min="-2" pref="134" max="-2" attributes="0"/> | ||
<EmptySpace pref="199" max="32767" attributes="0"/> | ||
<Component id="jScrollPane8" min="-2" pref="169" max="-2" attributes="0"/> | ||
<EmptySpace pref="164" max="32767" attributes="0"/> | ||
</Group> | ||
</Group> | ||
</DimensionLayout> | ||
|
@@ -135,15 +135,15 @@ | |
<Data value="Email"/> | ||
<Data value="Website"/> | ||
<Data value="Twitter"/> | ||
<Data value="Copyright"/> | ||
<Data value="Github"/> | ||
</Column> | ||
<Column editable="true" title="Input Fuzzer" type="java.lang.Object"> | ||
<Data value="0.1"/> | ||
<Data value="0.2"/> | ||
<Data value="Moein Fatehi"/> | ||
<Data value="[email protected]"/> | ||
<Data value="moeinfatehi.ir"/> | ||
<Data value="@MoeinFatehi"/> | ||
<Data value="© 2015-2016 Moein Fatehi"/> | ||
<Data value="https://github.com/moeinfatehi/"/> | ||
</Column> | ||
</Table> | ||
</Property> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ private void update_About_Tab() { | |
aboutTable.getTableHeader().getColumnModel().getColumn(1).setHeaderValue(BurpExtender.getProjectName()); | ||
Calendar calendar = new GregorianCalendar(); | ||
int year = calendar.get(Calendar.YEAR); | ||
aboutTable.setValueAt("© "+(year-1)+"-"+year+" Moein Fatehi", 5, 1); | ||
// aboutTable.setValueAt("© "+(year-1)+"-"+year+" Moein Fatehi", 5, 1); | ||
try { | ||
editorPane.setText(ReadFile("instruction")); | ||
} catch (IOException ex) { | ||
|
@@ -113,12 +113,12 @@ private void initComponents() { | |
|
||
aboutTable.setModel(new javax.swing.table.DefaultTableModel( | ||
new Object [][] { | ||
{"Version", "0.1"}, | ||
{"Version", "0.2"}, | ||
{"Creator", "Moein Fatehi"}, | ||
{"Email", "[email protected]"}, | ||
{"Website", "moeinfatehi.ir"}, | ||
{"Twitter", "@MoeinFatehi"}, | ||
{"Copyright", "© 2015-2016 Moein Fatehi"} | ||
{"Github", "https://github.com/moeinfatehi/"} | ||
}, | ||
new String [] { | ||
"Project", "Input Fuzzer" | ||
|
@@ -158,8 +158,8 @@ private void initComponents() { | |
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) | ||
.addComponent(jScrollPane9, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) | ||
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) | ||
.addComponent(jScrollPane8, javax.swing.GroupLayout.PREFERRED_SIZE, 134, javax.swing.GroupLayout.PREFERRED_SIZE) | ||
.addContainerGap(199, Short.MAX_VALUE)) | ||
.addComponent(jScrollPane8, javax.swing.GroupLayout.PREFERRED_SIZE, 169, javax.swing.GroupLayout.PREFERRED_SIZE) | ||
.addContainerGap(164, Short.MAX_VALUE)) | ||
); | ||
|
||
jTabbedPane1.addTab("About", aboutPanel); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.