Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.8K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Note: You don't have to start a server if you are running Talisman in CI or any other hosted environment Uninstallation The uninstallation process depends on how you had installed Talisman. You could have chosen to install as a global hook template or at a single repository. Please follow the steps below based on which option you had chosen at installation. Uninstallation from a global hook template Run the following command on your terminal to uninstall talisman globally from your machine. For pre-commit hook: curl --silent https://raw.githubusercontent.com/thoughtworks/talisman/master/global_install_scripts/uninstall.bash > /tmp/uninstall_talisman.bash && /bin/bash /tmp/uninstall_talisman.bash
For pre-push hook: curl --silent https://raw.githubusercontent.com/thoughtworks/talisman/master/global_install_scripts/uninstall.bash > /tmp/uninstall_talisman.bash && /bin/bash /tmp/uninstall_talisman.bash pre-push
This will ask you for the base dir of all your repos, find all git repos inside it and remove talisman hooks remove talisman hook from .git-template remove talisman from the central install location ($HOME/.talisman/bin).
You will have to manually remove TALISMAN_HOME from your environment variables Uninstallation from a single repository When you installed Talisman, it must have created a pre-commit or pre-push hook (as selected) in your repository during installation. You can remove the hook manually by deleting the Talisman pre-commit or pre-push hook from .git/hooks folder in repository. Contributing to Talisman To contribute to Talisman, have a look at our contributing guide (https://github.com/thoughtworks/talisman/blob/master/contributing.md).

Download Talisman (https://github.com/thoughtworks/talisman)
Bir web uygulamasında kullanılan veriler dış bir kaynak aracılığıyla alınıyorsa ve saldırgan web sunucusunun göndermiş olduğu istek…Continue reading on Medium » (https://ariarif.medium.com/portswigger-web-security-ssrf-server-side-request-forgery-lab-%C3%A7%C3%B6z%C3%BCmleri%CC%87-693c47812f2d?source=rss------bug_bounty-5)
hacking: security in practice
How to point one domain to another?

Let's say there are two websites:

website1.com website2.com

What I'm trying to do is make the website1.com domain point to website2.com, aka website1.com connects to website2.com and gives website2's response data. I don't have access to these domains so this has to be done on the client-side.

Afaik there's no way to do this with the /etc/hosts file. I've tried looking into dnsmasq but it's complicated and I'm still not really sure if it's going to do what I want. Is there any simple way to do this?

submitted by /u/IllusiveWriting
[link] [comments]
hacking: security in practice
What should I do if I'm getting spied on through my computer?

Recently I'm noticing some weird stuff going on with my computer. It's like someone has access to it and sometimes i found that my laptop rebooted itself and i found a software called kinoni remote installed. also someone logged into my steam account and for some reason launched rocket league i can tell because the graphic settings of rocket league were changed and also the controller settings.

I'm pretty sure someone has access to my computer. the question is what should i do now?

submitted by /u/Sorry_Presence6406
[link] [comments]
Hacking Articles Tips Tricks Videos Tutorials
Photo
hacking: security in practice
Easy peasy intro to LFI, part #1

Hey guys,

Wrote an easy to understand guide for a LFI (Local file inclusion) or directory traversal for beginners:

https://h4krg33k.medium.com/directory-traversal-what-is-it-905bc64a0b33?source=friends_link&sk=3695b37852b85427ae6a06c2d390b637

Hope it helps! 😁

Also follow me on medium for more articles 🤗

submitted by /u/ultimate_smash
[link] [comments]