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
Working Tool Screenshots
With up to $250,000 on offer for the intrepid souls who hunt down the severest vulnerabilities, the RAILGUN Project Bug Bounty Program is…Continue reading on Medium » (https://medium.com/@Railgun_Project/the-railgun-project-bug-bounty-program-3804b95c1cc?source=rss------bug_bounty-5)
TIGMINT - OSINT (Open Source Intelligence) GUI Software Framework

An OSINT (Open Source Intelligence) software framework with an objective of making cyber investigations more convinient by implementing abstraction mechanisms to hide the background technical complexity also bundling different analysis techniques for social media Intelligence together providing a simple intuitive web interface for the user to work with.PreviewModules Our TeamDocumentationAccount FinderTwitter AnalyserWorking Tool ScreenshotsLocal SetupRequirementsPython 3.6;beautifulsoup4;Nodejs;matplotlib;pandas;NPM;nltk;Windows Setup IssuesFor windows users, if the setup fails or application is redirecting to 404 error page always. You can verify the below steps.Verify all the modules in requirements.txt are successfully installed using pip3 install -r requirements.txt Command . In windows you have to manually install wordcloud module based on your python version. WordCloud module download Link | StackOverflow Help Thread Ex: If you had python 3.6 installed, then you have to install wordcloud‑1.8.0‑cp36‑cp36m‑win_amd64.whl module from the above link. After installing the wordcloud module, run command pip install -r requirements.txt again to check if all requirements are installed successfully.Check if all Node requirements are installed using npm install command.If you still had any problems please open a issue with module name, operating system, input and output and console log. We will try to fix the issue as soon as possible.Linux Meta-Analysis Requirmentsudo apt install exiftoolThe above tool is required to retreive metadata from various file formats.Installing and runningGit:git clone https://github.com/TIGMINT/TIGMINTcd TIGMINTpip3 install -r requirements.txtpip3 install --user --upgrade git+https://github.com/twintproject/twint.git@origin/master#egg=twintnpm installnode Api/server.jsTool not working?Update python dependencies. (pip3 install --user --upgrade git+https://github.com/twintproject/twint.git@origin/master#egg=twint)Reinstall from the github repo.Raise an issue with the error logs. We will fix it asap !.Using Dockeryou can run with docker with this commanddocker run --name tigmint -p 3000:3000 k1m0ch1/tigmintand open the http://localhost:3000or you can build the image by yourself with commanddocker build -t tigmint .NoteMeta Analysis module is not yet integrated into the web application.Suggestions, Comments, FeedbackFeedback or new tool suggestions are extremely welcome! Please feel free to submit a pull request or open an issue on githubDownload TIGMINT
Read more...
The RAILGUN Project Bug Bounty Program

With up to $250,000 on offer for the intrepid souls who hunt down the severest vulnerabilities, the RAILGUN Project Bug Bounty Program is…Continue reading on Medium »
Read more...
hacking: security in practice
Is this a decodable string?

I found this string “1017fca5c15e9962d34ea82dccfa1d69” being used with an email at my school. Is it an encoded string, and what would it be if you could decode it?

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