updated to v2.1 - MANY changes have been implemented, anyone interested can always grab a copy from github
git clone git://github.com/fnord0/hURL.git
:: hURL CHANGELOG ::
05202012 => Peter...
Type: Posts; User: fnord0; Keyword(s):
updated to v2.1 - MANY changes have been implemented, anyone interested can always grab a copy from github
git clone git://github.com/fnord0/hURL.git
:: hURL CHANGELOG ::
05202012 => Peter...
UPDATED to v2.0 => added SHA1/224/256/384/512 + MANY CHANGES, script becomes similar in vein to radare's rax(2) base conversion tool.
working on the offsec CTP test, and alot more with shellcode...
@thad0ctor this is a great script, I always liked pure_hate's wordlist script, but yours now has soo much more to it. keep up the good work.
one thing I figure I should ask, is looking on the...
running the latest backtrack 5 R2 update + vmware workstation v8.0.2 build-591240 (x86_64) works good here ;;
# prepare-kernel-sources
# cd /tmp
# wget...
natecitrix, I'm thinking u could use bash to accomplish yr desired results, just make sure your current shell is a bash shell (which is default in backtrack) and make use of the suppression...
interesting video, thanks for all the code you contribute! I'm a fan and look forward to trying this one out. keep up the great work man! ;)
UPDATED to v1.2 => added md5 digest capability, plus 'base64' and 'HTML' encode & decode options ;)
UPDATED to v1.3 => added "-s" suppress (minimal mode). combine with other tools (i.e. msfvenom)
added this issue to the bug tracker @ Backtrack 5 - Bug #105: unicornscan fails to start. -> 'error while loading shared libraries: libpcap.so.0.8: cannot open shared object file: No such file or...
I've got the same issue here on BT5-KDE-64 =(
root@bt:~# ldd /usr/local/bin/unicornscan
linux-gate.so.1 => (0xf77b7000)
libpcap.so.0.8 => not found
libltdl.so.3 => not...
excellent, I had seen this series on the corelan site before but this is great as they are PDFs ;) I will for sure be going thru these. lupin and archangelamaels sites are very good, I definately...
very nice, congrats! sounds like yr quite stoked (rightfully so)
I whole-heartedly agree (I'm currently on PWB right now), this one is an amazing course... very, very fun + informative! I'm looking...
while working on the PWB online course, I kept running into the need to do HEX and URL encoding/decoding. I asked on the #offsec iRC channel for a tool in BackTrack to do this, and it was suggested...
you can use 'nvidia-settings' to change your resolution, or you can specify the resolution within xorg.conf
u backtrack devs are on top o' things, this is great! ncrack + ssh is working perfect now in BT5 KDE64 - also seeing that SMB, RDP and VNC are available. gotta love it! thanks x1000 muts
-fnord0
it would be great to have keimpx bundled with backtrack! I just found out about this tool via this blog
the beauty of this tool is that it will do pass-the-hash (ala PSexec) with windows hashes...
now, while the above is a bug... I figure I might as well throw in the request for ncrack RDP, VNC and SMB capabilities, as those do not work either (RDP specifically would be great!).
in the...
Inkognito good doc for manually fixing the issue... I wanted to make you aware that a simple 'svn up' will resolve the issue immediately.
a quick recap for simplicity ::
cd...
you need to use the surround your password with an apostrophe at each side of it ::
<..SNIP..> <..SNIP..>
sudo su postgres -c psql
ALTER USER postgres WITH PASSWORD ’your password’;
\q
oh, very cool... at first I didn't understand what you were saying... now I see that you are saying one can create a mysql DB directly via 'db_connect'?! I'm impressed.... I will have to give this a...
I added a HOWTO => http://www.backtrack-linux.org/forums/backtrack-5-experts-section/40584-bt5-metasploit-mysql-standalone-server.html
(it's a tad bit different then what I told Quartercask)
metasploit on BT5 can be used out-of-the-box with MySQL by running "msfconsole" and then changing the database driver to mysql by issuing the 'db_driver mysql' command. the process looks like this ::...
that's your problem right there... make sure to follow the directions 'exactly' =)
ALTER USER postgres WITH PASSWORD ‘your password’;note the RED =) you have to terminate your commands in psql...
Janpeter yes, please check the 1st post above, I added new details
no need to uninstall/reinstall metasploit! if you want to go with postgres, here's a howto for http://www.backtrack-linux.org/forums/backtrack-5-experts-section/40377-bt5-metasploit-postgresql.html
...
# hydra -L user-short.txt -P pass-short.txt 192.168.11.208 ssh
Hydra v6.2 (c) 2011 by van Hauser / THC and David Maciejak - use allowed only for legal purposes.
Hydra (http://www.thc.org/thc-hydra)...