私はArmitageを使用しようとしましたが、これに従います。地図時間、手順2.2で次のエラーが発生します。
root@Xeno:~# service postgresql start
[....] Starting PostgreSQL 9.1 database server: main[....]
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Error: could not exec /usr/lib/postgresql/9.1/bin/pg_ctl /usr/lib/postgresql/9.1/bin/pg_ctl start -D /var/lib/postgresql/9.1/main -l /var/log/postgresql/postgresql-9.1[FAIL.log -s -o -c config_file="/etc/postgresql/9.1/main/postgresql.conf" : ... failed!
failed!
root@Xeno:~# service metasploit start
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
[FAIL] Postgresql must be started before Metasploit ... failed!
私は以前Metasploitを実行していましたが、うまくいきました。それでは、誰が私がなぜこれを行うべきか、これらのデータベースが何を意味するのか、どのような役割を果たすのかを説明できますか?
さて、コンソールとアプリケーションのKali LinuxタブでArmitageを実行してみましたが、出力は以前に取得したものとは異なります(昨日は正常に起動しました)。
root@Xeno:~# armitage
Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/xawt/libmawt.so: /lib/i386-linux-gnu/i686/cmov/libc.so.6: version `GLIBC_2.16' not found (required by /usr/lib/i386-linux-gnu/libkrb5.so.3)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1890)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1851)
at java.lang.Runtime.load0(Runtime.java:795)
at java.lang.System.load(System.java:1062)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1890)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1872)
at java.lang.Runtime.loadLibrary0(Runtime.java:849)
at java.lang.System.loadLibrary(System.java:1088)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1657)
at java.awt.Toolkit.<clinit>(Toolkit.java:1686)
at java.awt.Component.<clinit>(Component.java:595)
at armitage.ArmitageMain.main(ArmitageMain.java:199)
このメタスプロイトが正常に開始されることを除いて問題はありません。 Gnome Tuning Toolインストールエラーログ(libsc6関連):
root@Xeno:~# apt-get install gnome-tweak-tool
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
gnome-tweak-tool : Depends: gsettings-desktop-schemas (>= 3.6) but 3.4.2-3 is to be installed
Depends: gir1.2-gtk-3.0 (>= 3.12) but 3.4.2-7 is to be installed
Depends: gir1.2-gnomedesktop-3.0 but it is not going to be installed
Depends: gir1.2-notify-0.7 but it is not going to be installed
libkrb5-3 : Depends: libc6 (>= 2.16)
libtirpc1 : Depends: libc6 (>= 2.16)
locales : Depends: libc-bin (> 2.19) but 2.13-38+deb7u8 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution)
別のパッケージをインストールしようとすると、libsc6に関するエラーがたくさん発生します。前の端末コマンドを見てみると、次のようなものが見つかりました。
apt-get install libasound2 libc6 libgcc1 libqt4-dbus libqt4-network libqt4-webkit libqt4-xml libqtcore4 libqtgui4 libstdc++6 libx11-6 libxext6 libxss1 libxv1
Skypeがサウンドデバイスを検出できないエラーを解決しようとしています。
armitageを必要なglibcバージョン(2.16)に更新するためにsudo apt-get updateを実行しようとすると、いくつかのエラーが発生し、それに関連する他の質問をする必要があると思いました。https://unix.stackexchange.com/questions/223933/sudo-apt-get-update-getting-errors-and-warnings
ベストアンサー1
libc6
Armitageの実行に必要なKerberosライブラリに必要な共有ライブラリを更新したようです。
以下は、Armitageで発生したエラーログの興味深い部分です。
Exception in thread "main" java.lang.UnsatisfiedLinkError:
/usr/lib/jvm/java-7-openjdk-i386/jre/lib/i386/xawt/libmawt.so:
/lib/i386-linux-gnu/i686/cmov/libc.so.6: version `GLIBC_2.16' not found
(required by /usr/lib/i386-linux-gnu/libkrb5.so.3)
libc6
したがって、Armitageを実行するには、現在の共有ライブラリを認識するKerberos共有ライブラリのバージョンをインストールする必要があります。
もう一つの問題はPostgreSQLが起動しないようです。これも調べる必要があります。これは、新しいlibc6バージョンの互換性の問題と関連している可能性が高いです。
システムはそれ自体エラーを修正しないので、通常の(そして動作する)システムが必要な場合は、ログとエラーメッセージにもっと注意を払い、できるだけ多くの問題を解決しようとする必要があります。