Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c09827d

Browse files
Add files via upload
1 parent 18c1f5d commit c09827d

File tree

66 files changed

+10638
-0
lines changed
  • Absinthe-1.3-Windows
    • Absinthe.ico
    • Absinthe.sln
    • LICENSE
    • Makefile
    • README
    • bin
      • Absinthe.Core.dll
      • Absinthe.exe
      • Absinthe.ico
      • msvcr70.dll
      • plugins
        • Absinthe.BlindMSSQL.dll
        • Absinthe.BlindORASQL.dll
        • Absinthe.BlindPGSQL.dll
      • runabsinthe.sh
      • wx-c.dll
      • wx.NET.dll
    • configure
    • core
      • Absinthe-core.csproj
      • Absinthe-core.key
      • AssemblyInfo.cs
      • AttackVector.cs
      • BlindSqlAttackVector.cs
      • DataStore.cs
      • GlobalDS.cs
      • Makefile
      • ParsePage.cs
      • PluginManager.cs
      • PluginTemplate.cs
      • SqlErrorAttackVector.cs
      • TSQL.cs
      • httpConnect.cs
    • docs
      • CVS
        • Entries
        • Repository
        • Root
      • absinthe-template-bottom.php
      • absinthe-template-top.php
      • absinthe.css
      • basicusage.php
      • connection.png
      • datapull.php
      • fullwindow1.png
      • fullwindow2.png
      • fullwindow3.png
      • index.php
      • install.php
      • parameters.png
      • schema.php
    • log0.gif
    • plugins
      • Absinthe-plugin-MSSQL.csproj
      • Absinthe-plugin-ORASQL.csproj
      • Absinthe-plugin-PGSQL.csproj
      • BlindMSSQL.cs
      • BlindORASQL.cs
      • BlindPGSQL.cs
      • Makefile
    • wx
      • AboutDialog.cs
      • Absinthe.csproj
      • Absinthe.key
      • AbsintheForm.cs
      • AssemblyInfo.cs
      • DownloadPanel.cs
      • InjectionOptionsDialog.cs
      • LocalSettings.cs
      • Makefile
      • ProxyConfigDialog.cs
      • SchemaPanel.cs
      • TargetPanel.cs

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+10638
-0
lines changed

Absinthe-1.3-Windows/Absinthe.ico

766 Bytes
Binary file not shown.

Absinthe-1.3-Windows/Absinthe.sln

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
Microsoft Visual Studio Solution File, Format Version 8.00
2+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Absinthe-core", "core\Absinthe-core.csproj", "{567FF880-492C-4D17-9A1C-70EE11649FE6}"
3+
ProjectSection(ProjectDependencies) = postProject
4+
EndProjectSection
5+
EndProject
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Absinthe-plugin-MSSQL", "plugins\Absinthe-plugin-MSSQL.csproj", "{2FCFD6F5-1908-4ACB-B4CA-A2B6D86D4FAA}"
7+
ProjectSection(ProjectDependencies) = postProject
8+
{567FF880-492C-4D17-9A1C-70EE11649FE6} = {567FF880-492C-4D17-9A1C-70EE11649FE6}
9+
EndProjectSection
10+
EndProject
11+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Absinthe-plugin-ORASQL", "plugins\Absinthe-plugin-ORASQL.csproj", "{71D6C407-FFC3-4DE8-83B9-5417F7C6DC51}"
12+
ProjectSection(ProjectDependencies) = postProject
13+
{567FF880-492C-4D17-9A1C-70EE11649FE6} = {567FF880-492C-4D17-9A1C-70EE11649FE6}
14+
EndProjectSection
15+
EndProject
16+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Absinthe-plugin-PGSQL", "plugins\Absinthe-plugin-PGSQL.csproj", "{A4F09042-2175-473A-AEB4-BB7EDD3299B3}"
17+
ProjectSection(ProjectDependencies) = postProject
18+
{567FF880-492C-4D17-9A1C-70EE11649FE6} = {567FF880-492C-4D17-9A1C-70EE11649FE6}
19+
EndProjectSection
20+
EndProject
21+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Absinthe", "wx\Absinthe.csproj", "{795561CB-2403-498A-B546-5E03D15FDF92}"
22+
ProjectSection(ProjectDependencies) = postProject
23+
{567FF880-492C-4D17-9A1C-70EE11649FE6} = {567FF880-492C-4D17-9A1C-70EE11649FE6}
24+
EndProjectSection
25+
EndProject
26+
Global
27+
GlobalSection(SolutionConfiguration) = preSolution
28+
Debug = Debug
29+
Release = Release
30+
EndGlobalSection
31+
GlobalSection(ProjectConfiguration) = postSolution
32+
{567FF880-492C-4D17-9A1C-70EE11649FE6}.Debug.ActiveCfg = Debug|.NET
33+
{567FF880-492C-4D17-9A1C-70EE11649FE6}.Debug.Build.0 = Debug|.NET
34+
{567FF880-492C-4D17-9A1C-70EE11649FE6}.Release.ActiveCfg = Release|.NET
35+
{567FF880-492C-4D17-9A1C-70EE11649FE6}.Release.Build.0 = Release|.NET
36+
{2FCFD6F5-1908-4ACB-B4CA-A2B6D86D4FAA}.Debug.ActiveCfg = Debug|.NET
37+
{2FCFD6F5-1908-4ACB-B4CA-A2B6D86D4FAA}.Debug.Build.0 = Debug|.NET
38+
{2FCFD6F5-1908-4ACB-B4CA-A2B6D86D4FAA}.Release.ActiveCfg = Release|.NET
39+
{2FCFD6F5-1908-4ACB-B4CA-A2B6D86D4FAA}.Release.Build.0 = Release|.NET
40+
{71D6C407-FFC3-4DE8-83B9-5417F7C6DC51}.Debug.ActiveCfg = Debug|.NET
41+
{71D6C407-FFC3-4DE8-83B9-5417F7C6DC51}.Debug.Build.0 = Debug|.NET
42+
{71D6C407-FFC3-4DE8-83B9-5417F7C6DC51}.Release.ActiveCfg = Release|.NET
43+
{71D6C407-FFC3-4DE8-83B9-5417F7C6DC51}.Release.Build.0 = Release|.NET
44+
{A4F09042-2175-473A-AEB4-BB7EDD3299B3}.Debug.ActiveCfg = Debug|.NET
45+
{A4F09042-2175-473A-AEB4-BB7EDD3299B3}.Debug.Build.0 = Debug|.NET
46+
{A4F09042-2175-473A-AEB4-BB7EDD3299B3}.Release.ActiveCfg = Release|.NET
47+
{A4F09042-2175-473A-AEB4-BB7EDD3299B3}.Release.Build.0 = Release|.NET
48+
{795561CB-2403-498A-B546-5E03D15FDF92}.Debug.ActiveCfg = Debug|.NET
49+
{795561CB-2403-498A-B546-5E03D15FDF92}.Debug.Build.0 = Debug|.NET
50+
{795561CB-2403-498A-B546-5E03D15FDF92}.Release.ActiveCfg = Release|.NET
51+
{795561CB-2403-498A-B546-5E03D15FDF92}.Release.Build.0 = Release|.NET
52+
EndGlobalSection
53+
GlobalSection(ExtensibilityGlobals) = postSolution
54+
EndGlobalSection
55+
GlobalSection(ExtensibilityAddIns) = postSolution
56+
EndGlobalSection
57+
EndGlobal

Absinthe-1.3-Windows/LICENSE

Lines changed: 340 additions & 0 deletions
Large diffs are not rendered by default.

Absinthe-1.3-Windows/Makefile

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
BIN_DIR = /usr/bin
2+
LIB_DIR = /usr/lib
3+
INSTALL = install -m 0755 -o root -g root
4+
5+
6+
bin/Absinthe.exe: core/Absinthe.Core.dll wx/Absinthe.exe
7+
cp -rf core/Absinthe.Core.dll bin
8+
cp -rf wx/Absinthe.exe bin
9+
cp -rf plugins/*.dll bin/plugins
10+
11+
wx/Absinthe.exe: core/Absinthe.Core.dll
12+
$(MAKE) -C plugins
13+
$(MAKE) -C wx
14+
15+
core/Absinthe.Core.dll:
16+
$(MAKE) -C core
17+
18+
install: bin/Absinthe.exe
19+
./install.sh
20+
21+
clean:
22+
rm -f gtkAbsinthe.exe Absinthe.Core.dll cli_test.exe Absinthe.exe
23+
rm -rf bin/Absinthe.exe bin/Absinthe.Core.dll bin/plugins/*.dll
24+
$(MAKE) -C core clean
25+
$(MAKE) -C plugins clean
26+
$(MAKE) -C wx clean

Absinthe-1.3-Windows/README

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
.,:: .: .,,. ... :::::::.. .,-:::::;
2+
,;;, `;;;, .,;;,;;'`';, ,;;, .;;;;;;;. ;;;;``;;;; ,;;-'````'
3+
,[' [n '[[,,[[' [[, _,[[,[' [n ,[[ \[[,[[[,/[[[' [[[ [[[[[[[|
4+
$$ $$ Y$$$P Y$$P"$$$$ $$ $$$, $$$$$$$$$c "$$c. "$$
5+
Y8, ,8" oP"``"Yo, ,,_,d8"Y8, ,8" "888,_ _,88P888b "88bo,`Y8bo,,,o88o
6+
"YmmP,m" "Mm, "MP" "YmmP (O) "YMMMMMP" MMMM "W/ `'YMUP"YMM
7+
8+
=========================================================================
9+
-------------------------------------------------------------------------
10+
11+
Absinthe - Automated Blind SQL Injection
12+
13+
by nummish
14+
15+
-------------------------------------------------------------------------
16+
=========================================================================
17+
18+
Absinthe 1.3 (Absinthe behind closed doors...)
19+
20+
Absinthe was designed to automate the process of exploiting blind SQL
21+
injection holes on Microsoft SQL Server. It currently supports SQL
22+
Server, Oracle and Postgres. It will not find the holes for you, it will
23+
simply reduce the time for a meaningful penetration.
24+
25+
If you have any questions or comments on the tool, please do not hesitate
26+
to visit http://www.0x90.org/releases/absinthe or email us at:
27+
absinthe@0x90.org
28+
29+
An HTML user guide is available at:
30+
http://www.0x90.org/releases/absinthe/docs
31+
32+
This release of Absinthe was originally made for Blackhat Asia 2005.
33+
It includes Basic, Digest and NTLM authentication.
34+
35+
I've included a compiled version for straight install which includes my
36+
custom wx.NET DLLs required for Absinthe.
37+
38+
To install these, just run install.sh
39+
40+
If you'd rather recompile it yourself, you'll need to follow these steps:
41+
42+
o Download the source for wxWidgets and wx.NET from http://wxwidgets.org
43+
and http://wxnet.sf.net
44+
o Apply the patch to Object.cs available in the tarball or
45+
from http://www.0x90.org/~nummish/wx/Object.cs.patch
46+
o Build wx.NET as per the instructions on their website
47+
o Modify the Makefile in ./wx to point to your installation of wx.NET.dll
48+
o run the Makefile in the root directory.
49+
50+
From this point, you can just run the install script as normal.
51+
52+
Hopefully you find this useful.
53+
- nummish
54+
55+
Thanks, props & big-ups to the following for their help & feedback:
56+
Xeron, txs, loofus, FtR, beewound, h@nji, dext3r, wxs, Freshman

Absinthe-1.3-Windows/bin/Absinthe.Core.dll

90 KB
Binary file not shown.

Absinthe-1.3-Windows/bin/Absinthe.exe

97.5 KB
Binary file not shown.

Absinthe-1.3-Windows/bin/Absinthe.ico

766 Bytes
Binary file not shown.

Absinthe-1.3-Windows/bin/msvcr70.dll

336 KB
Binary file not shown.

Absinthe-1.3-Windows/bin/plugins/Absinthe.BlindMSSQL.dll

16 KB
Binary file not shown.

0 commit comments

Comments
(0)