
Journal Journal: Excellent Method for using Git as a team
Commits can get messy, here is an excellent article on how to successfully use GIT:
http://nvie.com/posts/a-successful-git-branching-model/
Commits can get messy, here is an excellent article on how to successfully use GIT:
http://nvie.com/posts/a-successful-git-branching-model/
Apparently, there is some manual work that needs to be done before one can run Oracle DB modules in Metasploit under Kali Linux. This is because of proprietary libraries from our dear Oracle.
Here are the instructions that worked for me:
http://blog.infosecsee.com/2013/08/how-to-get-oracle-support-in-metasploit.html
So I followed the instructions here:
http://www.minipwner.com/
to create a minipwner box using a TP-Link mini router.
However, using an older openwrt image would break the ones with the 1.7 firmware.
Here is the fix:
Unbrick wr703n wifi router
http://forums.openpilot.org/blog/52/entry-92-unbrick-wr703n-wifi-router/
Wrote my first snort rule! It detects if someone is trying to capture credentials via the auxiliary/server/capture/smb module.
More information about this type of attack is here:
http://www.packetstan.com/2011/03/nbns-spoofing-on-your-way-to-world.html;
Rule:
alert tcp any 445 -> any any (msg:"SMB Metasploit credential capture attempt!"; reference: url,http://www.metasploit.com/modules/auxiliary/server/capture/smb; reference: url,http://www.packetstan.com/2011/03/nbns-spoofing-on-your-way-to-world.html; content:"|11 22 33 44 55 66 77 88|"; classtype:attempted-user; offset: 73; depth: 8; flow: to_client; sid: 123000001; rev:1;)
Here is a beautiful tutorial on hacking Windows networks:
http://www.packetstan.com/2011/03/nbns-spoofing-on-your-way-to-world.html
Here is a fix for the pcaprub issue:
http://www.backtrack-linux.org/forums/backtrack-5-beginners-section/40688-pcaprub-module-problem.html
Nvidia drivers weren't loading. Error: could not allocate memory:
Solution:
Apparently this is a known bug, and i had to do the following to fix this:
edit
find the option GRUB_CMDLINE_LINUX and add nopat, so for me this looked like
GRUB_CMDLINE_LINUX="nopat"
run sudo update-grub
Source:
http://askubuntu.com/questions/37590/nvidia-drivers-not-working-after-upgrade-why-can-i-only-see-terminal
There is a common misconception that the FDA has to approve security patches on systems. This is not the case. The FDA attempts to clarify this issue with the following statement:
http://www.fda.gov/MedicalDevices/Safety/AlertsandNotices/ucm189111.htm
Original Link:
http://stackoverflow.com/questions/1340776/secure-static-media-access-in-a-django-site
Quote:
EDIT: How I ended up solving this after reading Van Gale's answer and this:
Switched to WSGI.
Installed mod_xsendfile
Moved all public media files into a subfolder in
Added access to the public folder using an Alias
Added WSGIScriptAlias
Added XSendFile On and XSendFileAllowAbove On
To the Django app I added an urlconf for
As of Nov 5th, 2010, there is a bug with uck (Ubuntu Customization Kit) that prevents remastering Ubuntu when run on Ubuntu 10.10.
The problem arises because mkbootmsg was placed in another package, it is now in gfxboot-dev (instead of just gfxboot).
This would cause a 'command not found' error.
The workaround is installing gfxboot-dev like this:
sudo apt-get install gfxboot-dev
Enjoy your new custom Distro!
Apparently... LDAP hard codes the path of ldap.conf to
C:\OpenLDAP\sysconf\ldap.conf
In order for LDAP to not require a valid certificate, one must add the following contents
to that file:
TLS_REQCERT never
Source:
http://lists.horde.org/archives/sork/Week-of-Mon-20040503/001578.html
Finally, I am moving on to bigger and less shady things!
After thousands of dollars of fake orders to get your magento store integrated and running... you will
probably need to clear out all those tests.... Here is how you do it:
http://www.eliasinteractive.com/blog/magento-ecommerce-how-to-reset-all-test-order-information-and-set-unique-prefix-for-orders-invoices-shipments-and-credit-memos
http://www.opensourcetutor.com/2009/04/07/how-to-speed-up-magento/
After reading many semi-useful tutorials... Hearing horror stories about the only Magento book available...
Finally a useful tutorial for setting up a new magento Payment method/Gateway
http://colourgray.wordpress.com/2009/11/11/magento-create-a-custom-payment-method/
Here is a great link to get you started! It does a great job introducing the concepts needed to start coding.
http://activecodeline.com/writing-a-custom-module-in-magento-detailed-walktrough
Parts that positively cannot be assembled in improper order will be.